Uses of Class
org.processmining.exporting.bpel4ws.Choice

Packages that use Choice
org.processmining.exporting.bpel4ws   
 

Uses of Choice in org.processmining.exporting.bpel4ws
 

Methods in org.processmining.exporting.bpel4ws that return Choice
 Choice WorkflowNet2BPEL4WS.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.exporting.bpel4ws 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, WorkflowNet2BPEL4WS plugin)
           
 

Method parameters in org.processmining.exporting.bpel4ws with type arguments of type Choice
static Component PatternMatcher.getComponentFromLibrary(PetriNet wfnet, Triple<java.lang.String,PetriNet,Activity> libraryComponent, java.util.TreeSet<PetriNet> components, java.util.Map<java.lang.String,Activity> 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.TreeSet<PetriNet> components, java.util.Map<java.lang.String,Activity> 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, WorkflowNet2BPEL4WS plugin)