|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.converting.wfnet2bpel.BPELTranslator
public class BPELTranslator
Title: BPELTranslator
Description: Translates a component into a BPELActivity
Copyright: Copyright (c) 2006
Company: University of Aarhus
Field Summary | |
---|---|
protected static int |
fragmentCount
A counter to insure unique names for created fragment transitions |
Constructor Summary | |
---|---|
BPELTranslator()
|
Method Summary | |
---|---|
static BPELActivity |
translate(Component match,
java.util.Map<java.lang.String,BPELActivity> 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 BPELTranslator()
Method Detail |
---|
public static BPELActivity translate(Component match, java.util.Map<java.lang.String,BPELActivity> 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 |