Uses of Interface
org.syrup.Port

Packages that use Port
org.syrup Provides all the basic Syrup interfaces. 
org.syrup.helpers Provides the most used implementations of Syrup interfaces. 
org.syrup.sql The concrete RDMS/JDBC implementation of Syrup. 
 

Uses of Port in org.syrup
 

Subinterfaces of Port in org.syrup
 interface InPort
          An input port of a Task.
 interface OutPort
          An output port of a Task.
 

Uses of Port in org.syrup.helpers
 

Classes in org.syrup.helpers that implement Port
 class InPortImpl
          An generic InPort implementation.
 class OutPortImpl
          An generic OutPort implementation.
 

Methods in org.syrup.helpers with parameters of type Port
protected  org.xml.sax.helpers.AttributesImpl XMLOutput.portAttributes(Port p)
          Returns the mapped Attributes of a Port.
 

Uses of Port in org.syrup.sql
 

Methods in org.syrup.sql with parameters of type Port
protected  void UpdateFunctions.rewireLink(java.lang.String statement, java.lang.String old_task, boolean old_port, Port p, java.util.Hashtable map, SyrupConnection con)
          Rewires the input/output Link from one PTask to another PTask by executing SQL statements over a Connection.