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

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

Uses of Constraint in org.shiwa.fgi.iwir
 

Methods in org.shiwa.fgi.iwir that return types with arguments of type Constraint
 java.util.List<Constraint> AbstractPort.getConstraints()
          Returns a shallow copy of the port constraints.
 java.util.List<Constraint> AbstractTask.getConstraints()
          Returns a shallow copy of the task constraints.
 

Methods in org.shiwa.fgi.iwir with parameters of type Constraint
 void AbstractPort.addConstraint(Constraint constraint)
          Adds an additional constraint to the port.
 void AbstractTask.addConstraint(Constraint constraint)
          Adds an additional constraint to the task.