Package xdevs.core.util
Class Constants
- java.lang.Object
-
- xdevs.core.util.Constants
-
public class Constants extends Object
Constants used in the xDEVS framework.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DS_CLEAR
static int
DS_DELTFCN
static int
DS_EXIT
static int
DS_INITIALIZE
static int
DS_LAMBDA
static int
DS_NONE
static int
DS_PROPAGATE_OUTPUT
static int
DS_PROPAGATE_OUTPUT_N2N
static int
DS_TA
static double
INFINITY
static String
PHASE_ACTIVE
static String
PHASE_PASSIVE
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
INFINITY
public static final double INFINITY
- See Also:
- Constant Field Values
-
PHASE_PASSIVE
public static final String PHASE_PASSIVE
- See Also:
- Constant Field Values
-
PHASE_ACTIVE
public static final String PHASE_ACTIVE
- See Also:
- Constant Field Values
-
DS_NONE
public static final int DS_NONE
- See Also:
- Constant Field Values
-
DS_INITIALIZE
public static final int DS_INITIALIZE
- See Also:
- Constant Field Values
-
DS_TA
public static final int DS_TA
- See Also:
- Constant Field Values
-
DS_LAMBDA
public static final int DS_LAMBDA
- See Also:
- Constant Field Values
-
DS_PROPAGATE_OUTPUT
public static final int DS_PROPAGATE_OUTPUT
- See Also:
- Constant Field Values
-
DS_PROPAGATE_OUTPUT_N2N
public static final int DS_PROPAGATE_OUTPUT_N2N
- See Also:
- Constant Field Values
-
DS_DELTFCN
public static final int DS_DELTFCN
- See Also:
- Constant Field Values
-
DS_CLEAR
public static final int DS_CLEAR
- See Also:
- Constant Field Values
-
DS_EXIT
public static final int DS_EXIT
- See Also:
- Constant Field Values
-
-