org.processmining.converting.wfnet2bpel4ws
Class BPEL4WSTranslator

java.lang.Object
  extended by org.processmining.converting.wfnet2bpel4ws.BPEL4WSTranslator

public class BPEL4WSTranslator
extends java.lang.Object

The class translates components into a equivalent BPEL4WS activity.

Author:
Kristian Bisgaard Lassen

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

fragmentCount

protected static int fragmentCount
A counter to insure unique names for created fragment transitions

Constructor Detail

BPEL4WSTranslator

public BPEL4WSTranslator()
Method Detail

translate

public static Activity translate(Component match,
                                 java.util.Map<java.lang.String,Activity> annotations)
Translate a match into an activity.

Parameters:
match - - describes a WF-net and what kind of component it is
annotation - - transition annotations
Returns:
An activity that corresponds to the WF-net of the match