Uses of Class
org.processmining.framework.models.petrinet.pattern.ComponentDescription

Packages that use ComponentDescription
org.processmining.converting.wfnet2bpel   
org.processmining.framework.models.petrinet.pattern   
 

Uses of ComponentDescription in org.processmining.converting.wfnet2bpel
 

Methods in org.processmining.converting.wfnet2bpel that return types with arguments of type ComponentDescription
 Pair<java.util.List<ComponentDescription>,java.lang.Boolean> GetSetup.getSetup()
           
 

Method parameters in org.processmining.converting.wfnet2bpel with type arguments of type ComponentDescription
 Quintuple<PetriNet,BPELActivity,java.lang.String,java.lang.Integer,java.util.Map<att.grappa.Node,att.grappa.Node>> ManualTranslationWizard.translateAComponent(java.util.List<PetriNet> components, java.util.List<ComponentDescription> matchingOrder)
           
 

Uses of ComponentDescription in org.processmining.framework.models.petrinet.pattern
 

Methods in org.processmining.framework.models.petrinet.pattern that return types with arguments of type ComponentDescription
 java.util.List<ComponentDescription> MatchingOrder.getOrder()