|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.zcu.fav.kiv.cs.CSConst
Contains common constants.
| Field Summary | |
static java.lang.String |
ALL
Describes the string that will cancel all events of a process. |
static int |
BEGINNING
Describes the first message with ID, number of processes, number of simulations and time window. |
static int |
CANCEL
Describes the message requesting cancel of events of some process. |
static int |
DISTANCE
Describes the message with distances to neigbours. |
static int |
ERROR
Describes the Error message. |
static int |
FINISH
Describes the Final message. |
static java.lang.String |
HEAD
Describes the head of all messages. |
static java.lang.String |
MARK
Describes the mark separating parts of a message. |
static int |
MESSAGE
Describes the message scheduling execution of a neighbour. |
static double |
NEVER
Describes the nonexisting time. |
static int |
NOONE
Describes the ID for a nonexisting process. |
static java.lang.String |
NULLMSG
Describes the null message. |
static int |
SAFE_TIME
Describes the message with safe time. |
static java.lang.String |
SHORTMSG
Describes the "" message. |
static int |
WAITING
Describes the message taking care of waiting for others. |
| Constructor Summary | |
CSConst()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ERROR
public static final int FINISH
public static final int SAFE_TIME
public static final int MESSAGE
public static final int DISTANCE
public static final int WAITING
public static final int CANCEL
public static final int BEGINNING
public static final java.lang.String MARK
public static final java.lang.String HEAD
public static final java.lang.String ALL
public static final java.lang.String NULLMSG
public static final java.lang.String SHORTMSG
public static final int NOONE
public static final double NEVER
| Constructor Detail |
public CSConst()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||