Uses of Class
org.shiwa.fgi.iwir.InputPort

Packages that use InputPort
org.shiwa.fgi.iwir Provides simple java classes to generate an IWIR workflow. 
 

Uses of InputPort in org.shiwa.fgi.iwir
 

Methods in org.shiwa.fgi.iwir that return types with arguments of type InputPort
 java.util.List<InputPort> AbstractTask.getInputPorts()
          Returns a shallow copy of the input ports InputPorttPort.
 

Methods in org.shiwa.fgi.iwir with parameters of type InputPort
 void AbstractTask.addInputPort(InputPort inputPort)
          Adds an additional input port to the task.