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

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

Uses of OutputPort in org.shiwa.fgi.iwir
 

Methods in org.shiwa.fgi.iwir that return types with arguments of type OutputPort
 java.util.List<OutputPort> AbstractTask.getOutputPorts()
          Returns a shallow copy of the output ports ports OutputPorttPort.
 

Methods in org.shiwa.fgi.iwir with parameters of type OutputPort
 void AbstractTask.addOutputPort(OutputPort outputPort)
          Adds an additional output port to the task.