Uses of Interface
com.ibm.xtools.bpmn2.Assignment

Packages that use Assignment
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of Assignment in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Assignment
 Assignment Bpmn2Factory.createAssignment()
          Returns a new object of class 'Assignment'.
 Assignment DocumentRoot.getAssignment()
          Returns the value of the 'Assignment' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type Assignment
 org.eclipse.emf.common.util.EList<Assignment> DataAssociation.getAssignment()
          Returns the value of the 'Assignment' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Assignment
 void DocumentRoot.setAssignment(Assignment value)
          Sets the value of the 'Assignment' containment reference.
 

Uses of Assignment in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type Assignment
 T Bpmn2Switch.caseAssignment(Assignment object)
          Returns the result of interpreting the object as an instance of 'Assignment'.