Uses of Interface
com.soyatec.bpmn.Process

Uses of Process in com.soyatec.bpmn
 

Methods in com.soyatec.bpmn that return Process
 Process BPMNFactory.createProcess()
          Returns a new object of class 'Process'
 Process Pool.getProcess()
          Returns the value of the 'Process' containment reference
 Process Link.getProcess()
          Returns the value of the 'Process' reference
 Process FlowObject.getProcess()
          Returns the value of the 'Process' reference
 Process IndependentSubProcess.getProcessRef()
          Returns the value of the 'Process Ref' reference
 

Methods in com.soyatec.bpmn with parameters of type Process
 void Pool.setProcess(Process value)
          Sets the value of the 'Process' containment reference
 void Link.setProcess(Process value)
          Sets the value of the 'Process' reference
 void IndependentSubProcess.setProcessRef(Process value)
          Sets the value of the 'Process Ref' reference