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

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

Uses of ChoreographyActivity in com.ibm.xtools.bpmn2
 

Subinterfaces of ChoreographyActivity in com.ibm.xtools.bpmn2
 interface CallChoreography
          A representation of the model object 'Call Choreography'.
 interface ChoreographyTask
          A representation of the model object 'Choreography Task'.
 interface SubChoreography
          A representation of the model object 'Sub Choreography'.
 

Methods in com.ibm.xtools.bpmn2 that return ChoreographyActivity
 ChoreographyActivity DocumentRoot.getChoreographyActivity()
          Returns the value of the 'Choreography Activity' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type ChoreographyActivity
 void DocumentRoot.setChoreographyActivity(ChoreographyActivity value)
          Sets the value of the 'Choreography Activity' containment reference.
 

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

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