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

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

Uses of HumanPerformer in com.ibm.xtools.bpmn2
 

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

Methods in com.ibm.xtools.bpmn2 that return HumanPerformer
 HumanPerformer Bpmn2Factory.createHumanPerformer()
          Returns a new object of class 'Human Performer'.
 HumanPerformer DocumentRoot.getHumanPerformer()
          Returns the value of the 'Human Performer' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type HumanPerformer
 void DocumentRoot.setHumanPerformer(HumanPerformer value)
          Sets the value of the 'Human Performer' containment reference.
 

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

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