visidia.simulation
Class SimulationConstants.Messages

java.lang.Object
  extended by visidia.simulation.SimulationConstants.Messages
Enclosing class:
SimulationConstants

public static class SimulationConstants.Messages
extends java.lang.Object

This class handles constants relative to messages.


Field Summary
static MessageType DUEL
          The duel message type.
static MessageType LABE
          The labels message type.
static MessageType MARK
          The mark message type.
static MessageType SYNC
          The synchronization message type.
static MessageType TERM
          The termination message type.
 
Constructor Summary
SimulationConstants.Messages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNC

public static MessageType SYNC
The synchronization message type.


LABE

public static MessageType LABE
The labels message type.


TERM

public static MessageType TERM
The termination message type.


MARK

public static MessageType MARK
The mark message type.


DUEL

public static MessageType DUEL
The duel message type.

Constructor Detail

SimulationConstants.Messages

public SimulationConstants.Messages()