org.processmining.framework.models.transitionsystem
Class TSConstants

java.lang.Object
  extended by org.processmining.framework.models.transitionsystem.TSConstants

public class TSConstants
extends java.lang.Object

Version:
1.0
Author:
Vladimir Rubin

Field Summary
static int BAGS
           
static int EVENT_TYPES
           
static int EXPLICIT_END
           
static int EXTENDED
           
static int KILL_LOOPS
           
static int MODEL_ELEMENTS
           
static int SETS
           
 
Constructor Summary
TSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL_ELEMENTS

public static final int MODEL_ELEMENTS
See Also:
Constant Field Values

EVENT_TYPES

public static final int EVENT_TYPES
See Also:
Constant Field Values

EXPLICIT_END

public static final int EXPLICIT_END
See Also:
Constant Field Values

KILL_LOOPS

public static final int KILL_LOOPS
See Also:
Constant Field Values

SETS

public static final int SETS
See Also:
Constant Field Values

BAGS

public static final int BAGS
See Also:
Constant Field Values

EXTENDED

public static final int EXTENDED
See Also:
Constant Field Values
Constructor Detail

TSConstants

public TSConstants()