cad.simcad.objectserver.factory
Class StatusFactory

java.lang.Object
  |
  +--cad.simcad.objectserver.factory.StatusFactory

public class StatusFactory
extends java.lang.Object


Field Summary
static java.lang.String ARRIVED
           
static java.lang.String BEEP
           
static java.lang.String FREE
           
static java.lang.String IN_MISSION
           
static java.lang.String UNAVAILABLE
           
 
Constructor Summary
StatusFactory()
           
 
Method Summary
static Status createStatus(Id id, java.lang.String status)
          Create a status Object from an Id and a status string
static Status createStatus(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FREE

public static java.lang.String FREE

ARRIVED

public static java.lang.String ARRIVED

UNAVAILABLE

public static java.lang.String UNAVAILABLE

IN_MISSION

public static java.lang.String IN_MISSION

BEEP

public static java.lang.String BEEP
Constructor Detail

StatusFactory

public StatusFactory()
Method Detail

createStatus

public static Status createStatus(int i)

createStatus

public static Status createStatus(Id id,
                                  java.lang.String status)
Create a status Object from an Id and a status string


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be