|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadevs.Digraph.PortValue
public static class Digraph.PortValue
Input and output for the Digraph and its components must be PortValue objects.
Constructor Summary | |
---|---|
Digraph.PortValue(int port,
java.lang.Object value)
|
Method Summary | |
---|---|
int |
getPort()
|
java.lang.Object |
getValue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Digraph.PortValue(int port, java.lang.Object value)
Method Detail |
---|
public java.lang.Object getValue()
public int getPort()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |