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

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

Uses of Group in com.ibm.xtools.bpmn2
 

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

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

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

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