org.echarts
Class PortMethod

java.lang.Object
  extended by org.echarts.MachineMethod
      extended by org.echarts.PortMethod
All Implemented Interfaces:
java.io.Serializable

public abstract class PortMethod
extends MachineMethod

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.echarts.MachineMethod
serialVersionUID
 
Constructor Summary
PortMethod()
           
 
Method Summary
abstract  LocalPort invoke(Machine machine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortMethod

public PortMethod()
Method Detail

invoke

public abstract LocalPort invoke(Machine machine)