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

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

Uses of Property in org.shiwa.fgi.iwir
 

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

Methods in org.shiwa.fgi.iwir with parameters of type Property
 void AbstractPort.addProperty(Property property)
          Adds an additional property to the port.
 void AbstractTask.addProperty(Property property)
          Adds an additional property to the task.
 void AbstractPort.removeProperty(Property p)
          Removes the given property from the list.
 void AbstractTask.removeProperty(Property p)
          Removes the given property from the list.