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

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

Uses of LoopCharacteristics in com.ibm.xtools.bpmn2
 

Subinterfaces of LoopCharacteristics in com.ibm.xtools.bpmn2
 interface MultiInstanceLoopCharacteristics
          A representation of the model object 'Multi Instance Loop Characteristics'.
 interface StandardLoopCharacteristics
          A representation of the model object 'Standard Loop Characteristics'.
 

Methods in com.ibm.xtools.bpmn2 that return LoopCharacteristics
 LoopCharacteristics Activity.getLoopCharacteristics()
          Returns the value of the 'Loop Characteristics' containment reference.
 LoopCharacteristics DocumentRoot.getLoopCharacteristics()
          Returns the value of the 'Loop Characteristics' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type LoopCharacteristics
 void Activity.setLoopCharacteristics(LoopCharacteristics value)
          Sets the value of the 'Loop Characteristics' containment reference.
 void DocumentRoot.setLoopCharacteristics(LoopCharacteristics value)
          Sets the value of the 'Loop Characteristics' containment reference.
 

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

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