|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.procedural.Link
public class Link
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 |
---|
public IOPort from
public IOPort to
Constructor Detail |
---|
public Link(IOPort from, IOPort to)
Method Detail |
---|
public int getFromPortIndex()
public int getToPortIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |