adevs
Class Digraph.PortValue

java.lang.Object
  extended by adevs.Digraph.PortValue
Enclosing class:
Digraph

public static class Digraph.PortValue
extends java.lang.Object

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

Digraph.PortValue

public Digraph.PortValue(int port,
                         java.lang.Object value)
Method Detail

getValue

public java.lang.Object getValue()

getPort

public int getPort()