cz.zcu.fav.kiv.cs
Class CSConst

java.lang.Object
  extended bycz.zcu.fav.kiv.cs.CSConst

public class CSConst
extends java.lang.Object

Contains common constants.

Version:
2.0
Author:
Antonin Kunes

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

ERROR

public static final int ERROR
Describes the Error message.

See Also:
Constant Field Values

FINISH

public static final int FINISH
Describes the Final message.

See Also:
Constant Field Values

SAFE_TIME

public static final int SAFE_TIME
Describes the message with safe time.

See Also:
Constant Field Values

MESSAGE

public static final int MESSAGE
Describes the message scheduling execution of a neighbour.

See Also:
Constant Field Values

DISTANCE

public static final int DISTANCE
Describes the message with distances to neigbours.

See Also:
Constant Field Values

WAITING

public static final int WAITING
Describes the message taking care of waiting for others.

See Also:
Constant Field Values

CANCEL

public static final int CANCEL
Describes the message requesting cancel of events of some process.

See Also:
Constant Field Values

BEGINNING

public static final int BEGINNING
Describes the first message with ID, number of processes, number of simulations and time window.

See Also:
Constant Field Values

MARK

public static final java.lang.String MARK
Describes the mark separating parts of a message.

See Also:
Constant Field Values

HEAD

public static final java.lang.String HEAD
Describes the head of all messages.

See Also:
Constant Field Values

ALL

public static final java.lang.String ALL
Describes the string that will cancel all events of a process.

See Also:
Constant Field Values

NULLMSG

public static final java.lang.String NULLMSG
Describes the null message.

See Also:
Constant Field Values

SHORTMSG

public static final java.lang.String SHORTMSG
Describes the "" message.

See Also:
Constant Field Values

NOONE

public static final int NOONE
Describes the ID for a nonexisting process.

See Also:
Constant Field Values

NEVER

public static final double NEVER
Describes the nonexisting time.

See Also:
Constant Field Values
Constructor Detail

CSConst

public CSConst()