artofillusion.procedural
Class Link

java.lang.Object
  extended by artofillusion.procedural.Link

public class Link
extends java.lang.Object


Field Summary
 IOPort from
           
 IOPort to
           
 
Constructor Summary
Link(IOPort from, IOPort to)
           
 
Method Summary
 int getFromPortIndex()
          Get the index (within its module) of the from port.
 int getToPortIndex()
          Get the index (within its module) of the to port.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public IOPort from

to

public IOPort to
Constructor Detail

Link

public Link(IOPort from,
            IOPort to)
Method Detail

getFromPortIndex

public int getFromPortIndex()
Get the index (within its module) of the from port.


getToPortIndex

public int getToPortIndex()
Get the index (within its module) of the to port.



Copyright © 1999-2011 by Peter Eastman.