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

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

Uses of ResourceRole in com.ibm.xtools.bpmn2
 

Subinterfaces of ResourceRole in com.ibm.xtools.bpmn2
 interface HumanPerformer
          A representation of the model object 'Human Performer'.
 interface Performer
          A representation of the model object 'Performer'.
 interface PotentialOwner
          A representation of the model object 'Potential Owner'.
 

Methods in com.ibm.xtools.bpmn2 that return ResourceRole
 ResourceRole Bpmn2Factory.createResourceRole()
          Returns a new object of class 'Resource Role'.
 ResourceRole DocumentRoot.getResourceRole()
          Returns the value of the 'Resource Role' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type ResourceRole
 org.eclipse.emf.common.util.EList<ResourceRole> Process.getResourceRoles()
          Returns the value of the 'Resource Roles' containment reference list.
 org.eclipse.emf.common.util.EList<ResourceRole> Activity.getResourceRoles()
          Returns the value of the 'Resource Roles' containment reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type ResourceRole
 void DocumentRoot.setResourceRole(ResourceRole value)
          Sets the value of the 'Resource Role' containment reference.
 

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

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