Uses of Class
org.processmining.framework.models.bpel.BPELScope

Packages that use BPELScope
org.processmining.converting.wfnet2bpel   
org.processmining.framework.models.bpel   
org.processmining.framework.models.bpel.visit   
org.processmining.mining.bpel   
 

Uses of BPELScope in org.processmining.converting.wfnet2bpel
 

Methods in org.processmining.converting.wfnet2bpel with parameters of type BPELScope
 void BPELRetriever.visitScope(BPELScope scope)
           
 

Uses of BPELScope in org.processmining.framework.models.bpel
 

Methods in org.processmining.framework.models.bpel that return BPELScope
 BPELScope BPELScope.cloneActivity()
           
 

Uses of BPELScope in org.processmining.framework.models.bpel.visit
 

Methods in org.processmining.framework.models.bpel.visit with parameters of type BPELScope
abstract  void BPELVisitor.visitScope(BPELScope scope)
           
 

Uses of BPELScope in org.processmining.mining.bpel
 

Methods in org.processmining.mining.bpel with parameters of type BPELScope
 void BPELConnectVisitor.visitScope(BPELScope scopeActivity)
           
 void BPELConnectablesVisitor.visitScope(BPELScope scopeActivity)
           
 void BPELHierarchyVisitor.visitScope(BPELScope scopeActivity)