Uses of Interface
com.soyatec.bpmn.SubProcess

Uses of SubProcess in com.soyatec.bpmn
 

Subinterfaces of SubProcess in com.soyatec.bpmn
 interface EmbeddedSubProcess
          A representation of the model object 'Embedded Sub Process'
 interface IndependentSubProcess
          A representation of the model object 'Independent Sub Process'
 interface ReferenceSubProcess
          A representation of the model object 'Reference Sub Process'
 

Methods in com.soyatec.bpmn that return SubProcess
 SubProcess BPMNFactory.createSubProcess()
          Returns a new object of class 'Sub Process'
 SubProcess ReferenceSubProcess.getSubProcess()
          Returns the value of the 'Sub Process' reference
 

Methods in com.soyatec.bpmn with parameters of type SubProcess
 void ReferenceSubProcess.setSubProcess(SubProcess value)
          Sets the value of the 'Sub Process' reference