|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.exporting.bpel4ws.BPEL4WSTranslator
public class BPEL4WSTranslator
The class translates components into a equivalent BPEL4WS activity.
Field Summary | |
---|---|
protected static int |
fragmentCount
A counter to insure unique names for created fragment transitions |
Constructor Summary | |
---|---|
BPEL4WSTranslator()
|
Method Summary | |
---|---|
static Activity |
translate(Component match,
java.util.Map<java.lang.String,Activity> annotations)
Translate a match into an activity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static int fragmentCount
Constructor Detail |
---|
public BPEL4WSTranslator()
Method Detail |
---|
public static Activity translate(Component match, java.util.Map<java.lang.String,Activity> annotations)
match
- -
describes a WF-net and what kind of component it isannotation
- -
transition annotations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |