|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BPELActivity in org.processmining.converting.wfnet2bpel |
---|
Fields in org.processmining.converting.wfnet2bpel declared as BPELActivity | |
---|---|
BPELActivity |
ManualTranslationWizard.activity
|
Methods in org.processmining.converting.wfnet2bpel that return BPELActivity | |
---|---|
static BPELActivity |
BPELParser.parseActivityFromFile(java.io.File file)
|
BPELActivity |
BPELRetriever.replaceActivity(java.lang.String name,
BPELActivity activity,
BPELActivity replacement)
Finds activities in another activity and each activity that has the same name as the argument to this method. |
static BPELActivity |
BPELTranslator.translate(Component match,
java.util.Map<java.lang.String,BPELActivity> annotations)
Translate a match into an activity. |
Methods in org.processmining.converting.wfnet2bpel that return types with arguments of type BPELActivity | |
---|---|
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)
|
Methods in org.processmining.converting.wfnet2bpel with parameters of type BPELActivity | |
---|---|
BPELActivity |
BPELRetriever.replaceActivity(java.lang.String name,
BPELActivity activity,
BPELActivity replacement)
Finds activities in another activity and each activity that has the same name as the argument to this method. |
Method parameters in org.processmining.converting.wfnet2bpel with type arguments of type BPELActivity | |
---|---|
static BPELActivity |
BPELTranslator.translate(Component match,
java.util.Map<java.lang.String,BPELActivity> annotations)
Translate a match into an activity. |
Uses of BPELActivity in org.processmining.converting.wfnet2bpel.log |
---|
Method parameters in org.processmining.converting.wfnet2bpel.log with type arguments of type BPELActivity | |
---|---|
void |
BPELLog.prepareToShowLog(PetriNet wfnet,
java.util.Map<java.lang.String,BPELActivity> annotations,
BPEL bpel)
|
Uses of BPELActivity in org.processmining.converting.wfnet2bpel.pattern |
---|
Methods in org.processmining.converting.wfnet2bpel.pattern that return BPELActivity | |
---|---|
BPELActivity |
BPELLibraryComponent.getActivity()
|
static BPELActivity |
BPELPatternMatcher.substituteActivities(BPELActivity activity,
java.util.ArrayList<Transition> transitions,
java.util.Map<java.lang.String,BPELActivity> annotations,
java.util.Map<att.grappa.Node,att.grappa.Node> isomorphism)
|
Methods in org.processmining.converting.wfnet2bpel.pattern with parameters of type BPELActivity | |
---|---|
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 |
static BPELActivity |
BPELPatternMatcher.substituteActivities(BPELActivity activity,
java.util.ArrayList<Transition> transitions,
java.util.Map<java.lang.String,BPELActivity> annotations,
java.util.Map<att.grappa.Node,att.grappa.Node> isomorphism)
|
Method parameters in org.processmining.converting.wfnet2bpel.pattern with type arguments of type BPELActivity | |
---|---|
static BPELLibraryComponent |
BPELPatternMatcher.getBPELLibraryComponent(PetriNet wfnet,
java.lang.String libraryComponent,
java.lang.String libraryPath,
java.util.Set<PetriNet> components,
java.util.Map<java.lang.String,BPELActivity> annotations)
|
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 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 |
static BPELActivity |
BPELPatternMatcher.substituteActivities(BPELActivity activity,
java.util.ArrayList<Transition> transitions,
java.util.Map<java.lang.String,BPELActivity> annotations,
java.util.Map<att.grappa.Node,att.grappa.Node> isomorphism)
|
Constructors in org.processmining.converting.wfnet2bpel.pattern with parameters of type BPELActivity | |
---|---|
BPELLibraryComponent(PetriNet wfnet,
java.lang.String path,
java.util.Map<att.grappa.Node,att.grappa.Node> isomorphism,
BPELActivity activity)
|
Uses of BPELActivity in org.processmining.framework.models.bpel |
---|
Subclasses of BPELActivity in org.processmining.framework.models.bpel | |
---|---|
class |
BPELAssign
Title: BPELAssign |
class |
BPELEmpty
Title: BPELEmpty |
class |
BPELEvent
Title: BPELEvent |
class |
BPELFlow
Title: BPELFLow |
class |
BPELInvoke
Title: BPELInvoke |
class |
BPELPick
Title: BPELPick |
class |
BPELReceive
Title: BPELReceive |
class |
BPELReply
Title: BPELReply |
class |
BPELScope
Title: BPELScope |
class |
BPELSequence
Title: BPELSequence |
class |
BPELStructured
Title: BPELStructured |
class |
BPELSwitch
Title: BPELSwitch |
class |
BPELWait
Title: BPELWait |
class |
BPELWhile
Title: BPELWhile |
Fields in org.processmining.framework.models.bpel with type parameters of type BPELActivity | |
---|---|
java.util.HashMap<BPELActivity,Pair<java.lang.String,java.lang.String>> |
BPELPick.alarms
|
java.util.HashMap<BPELActivity,java.lang.String> |
BPELPick.messages
Map child activity to either a message (onMessage) or a pair of for-until (onAlarm). |
Methods in org.processmining.framework.models.bpel that return BPELActivity | |
---|---|
abstract BPELActivity |
BPELActivity.cloneActivity()
Clone the activity. |
BPELActivity |
BPELProcess.getActivity()
Get the child activity of the process. |
BPELActivity |
BPELScope.getActivity()
|
BPELActivity |
BPELWhile.getActivity()
|
Methods in org.processmining.framework.models.bpel that return types with arguments of type BPELActivity | |
---|---|
java.util.ArrayList<BPELActivity> |
BPELPick.getActivities()
|
java.util.ArrayList<BPELActivity> |
BPELStructured.getActivities()
Get a list of all child activites. |
java.util.ArrayList<BPELActivity> |
BPELSwitch.getActivities()
|
java.util.HashMap<BPELActivity,Pair<java.lang.String,java.lang.String>> |
BPELPick.getAlarms()
|
java.util.HashMap<BPELActivity,java.lang.String> |
BPELSwitch.getCases()
|
java.util.HashMap<BPELActivity,java.lang.String> |
BPELPick.getMessages()
|
Methods in org.processmining.framework.models.bpel with parameters of type BPELActivity | |
---|---|
void |
BPELStructured.appendChildActivity(BPELActivity activity)
Append a child activity. |
void |
BPELSwitch.appendChildActivity(java.lang.String condition,
BPELActivity activity)
Append a child activity. |
void |
BPELActivity.cloneLinks(BPELActivity activity)
Clone links. |
void |
BPELStructured.removeChildActivity(BPELActivity activity)
|
void |
BPELProcess.setChildActivity(BPELActivity activity)
Set the child activity. |
Method parameters in org.processmining.framework.models.bpel with type arguments of type BPELActivity | |
---|---|
java.lang.String |
BPELActivity.writeLinksToDot(BPEL model,
java.util.HashSet<BPELActivity> activities)
Return a Dot representation of all links between the given activities. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |