Uses of Class
org.processmining.converting.wfnet2bpel.Choice

Packages that use Choice
org.processmining.converting.wfnet2bpel   
 

Uses of Choice in org.processmining.converting.wfnet2bpel
 

Methods in org.processmining.converting.wfnet2bpel that return Choice
static Choice Converter.getChoice(Place place)
          Calculates the choice of a place
static Choice Choice.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Choice[] Choice.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.processmining.converting.wfnet2bpel that return types with arguments of type Choice
 java.util.Map<java.lang.String,Choice> UnclearChoiceHandler.handleChoices(java.util.Map<java.lang.String,Pair<PetriNet,Choice>> unclearChoices)
           
 

Method parameters in org.processmining.converting.wfnet2bpel with type arguments of type Choice
static Component PatternMatcher.getComponentFromLibrary(PetriNet wfnet, Triple<java.lang.String,PetriNet,BPELActivity> libraryComponent, java.util.TreeSet<PetriNet> components, java.util.Map<java.lang.String,BPELActivity> annotations, java.util.Map<java.lang.String,Choice> choices)
          Finds a component from a the user defined LIBRARY-components
static Component PatternMatcher.getMaximalFlow(PetriNet wfnet, java.util.Map<java.lang.String,BPELActivity> annotations, java.util.Map<java.lang.String,Choice> choices)
          Finds a maximal FLOW-component in a Petri net
static Component PatternMatcher.getPick(PetriNet wfnet, java.util.Map<java.lang.String,Choice> choices)
          Finds a PICK-component in a WF-net
static Component PatternMatcher.getSwitch(PetriNet wfnet, java.util.Map<java.lang.String,Choice> choices)
          Finds a SWITCH-component in a WF-net
static Component PatternMatcher.getWhile(PetriNet wfnet, java.util.Map<java.lang.String,Choice> choices)
          Finds a WHILE-component in a WF-net
 java.util.Map<java.lang.String,Choice> UnclearChoiceHandler.handleChoices(java.util.Map<java.lang.String,Pair<PetriNet,Choice>> unclearChoices)