visidia.simulation.process.synchronization
Class SynCT

java.lang.Object
  extended by visidia.simulation.process.synchronization.SynCT

public final class SynCT
extends java.lang.Object


Field Summary
static int GENERIC
           
static int GLOBAL_END
           
static int IAM_THE_CENTER
           
static int IN_THE_STAR
           
static int LC1
           
static int LC2
           
static int LOCAL_END
           
static int NOT_IN_THE_STAR
           
static int NOT_SPECIFIED
           
static int RDV
           
static int RDV_LC1
           
 
Constructor Summary
SynCT()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SPECIFIED

public static final int NOT_SPECIFIED
See Also:
Constant Field Values

RDV

public static final int RDV
See Also:
Constant Field Values

LC1

public static final int LC1
See Also:
Constant Field Values

LC2

public static final int LC2
See Also:
Constant Field Values

RDV_LC1

public static final int RDV_LC1
See Also:
Constant Field Values

IAM_THE_CENTER

public static final int IAM_THE_CENTER
See Also:
Constant Field Values

NOT_IN_THE_STAR

public static final int NOT_IN_THE_STAR
See Also:
Constant Field Values

IN_THE_STAR

public static final int IN_THE_STAR
See Also:
Constant Field Values

LOCAL_END

public static final int LOCAL_END
See Also:
Constant Field Values

GLOBAL_END

public static final int GLOBAL_END
See Also:
Constant Field Values

GENERIC

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

SynCT

public SynCT()