|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Choice in org.processmining.converting.wfnet2bpel |
---|
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 | |
---|---|
java.util.Map<java.lang.String,Choice> |
UnclearChoiceHandler.handleChoices(java.util.Map<java.lang.String,Pair<PetriNet,Choice>> unclearChoices)
|
Uses of Choice in org.processmining.converting.wfnet2bpel.pattern |
---|
Method parameters in org.processmining.converting.wfnet2bpel.pattern with type arguments of type Choice | |
---|---|
static FlowComponent |
BPELPatternMatcher.getMaximalFlowComponent(PetriNet wfnet,
java.util.Map<java.lang.String,BPELActivity> annotations,
java.util.Map<java.lang.String,Choice> choices,
java.util.Set<PetriNet> components)
Finds a maximal FLOW-component in a Petri net |
static PickComponent |
BPELPatternMatcher.getPick(PetriNet wfnet,
java.util.Map<java.lang.String,Choice> choices)
Finds a PICK-component in a WF-net |
static SwitchComponent |
BPELPatternMatcher.getSwitch(PetriNet wfnet,
java.util.Map<java.lang.String,Choice> choices)
Finds a SWITCH-component in a WF-net |
static void |
BPELPatternMatcher.reduce(PetriNet wfnet,
PetriNet component,
BPELActivity annotation,
java.util.Map<java.lang.String,BPELActivity> annotations,
java.util.Map<java.lang.String,Choice> choices)
Reduces the input WF-net by the input component |
Uses of Choice in org.processmining.framework.models.petrinet |
---|
Methods in org.processmining.framework.models.petrinet that return Choice | |
---|---|
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. |
Uses of Choice in org.processmining.framework.models.petrinet.pattern |
---|
Methods in org.processmining.framework.models.petrinet.pattern that return Choice | |
---|---|
static Choice |
NodeHash.getChoice(Place place)
Calculates the choice of a place |
Method parameters in org.processmining.framework.models.petrinet.pattern with type arguments of type Choice | |
---|---|
static java.util.List<ExplicitChoiceComponent> |
PatternMatcher.getExplicitChoiceComponents(PetriNet wfnet,
java.util.Map<java.lang.String,Choice> choices)
|
static java.util.List<ImplicitChoiceComponent> |
PatternMatcher.getImplicitChoiceComponents(PetriNet wfnet,
java.util.Map<java.lang.String,Choice> choices)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |