cat.util
Class iSIM

java.lang.Object
  extended bycat.util.iSIM

public class iSIM
extends java.lang.Object

This class holds a few global variables for all CAT components to be able to access. This class may need to be modified/revised. May also need to be renamed?


Field Summary
static boolean AVAILABLE
           
static java.lang.String HOST
          Info about the local agent.
static java.lang.String ID
          Info about the local agent.
static java.lang.String ISIM_HOST
          Info about the simulator.
static int ISIM_PORT
          Info about the simulator.
static java.lang.String LOCATION
           
static java.lang.String NAME
          Info about the local agent.
static int PORT
          Info about the local agent.
static Profile profile
          What about a user profile?
static java.lang.String PSUEDONAME
           
static boolean SIM_MODE
          Running in a simulator? true = yes.
 
Constructor Summary
iSIM()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORT

public static int PORT
Info about the local agent.


HOST

public static java.lang.String HOST
Info about the local agent.


ID

public static java.lang.String ID
Info about the local agent.


NAME

public static java.lang.String NAME
Info about the local agent.


ISIM_PORT

public static final int ISIM_PORT
Info about the simulator.

See Also:
Constant Field Values

ISIM_HOST

public static final java.lang.String ISIM_HOST
Info about the simulator.

See Also:
Constant Field Values

SIM_MODE

public static boolean SIM_MODE
Running in a simulator? true = yes.


profile

public static Profile profile
What about a user profile?


PSUEDONAME

public static java.lang.String PSUEDONAME

LOCATION

public static java.lang.String LOCATION

AVAILABLE

public static boolean AVAILABLE
Constructor Detail

iSIM

public iSIM()