com.keenedgesoftware.scrutinize.core
Class CoreEntity

java.lang.Object
  |
  +--com.keenedgesoftware.scrutinize.core.CoreEntity
Direct Known Subclasses:
BroadcastManager, Command, CommandManager, Picker, Selector

public class CoreEntity
extends java.lang.Object

Base class for core objects


Field Summary
static java.lang.String ACTIVATE
           
static java.lang.String BACKSLASH
           
static java.lang.String EOL
           
static java.lang.String GO
           
static java.lang.String HASH
           
static java.lang.String INIT
           
static java.lang.String NEWLINE
           
static java.lang.String QUIT
           
static java.lang.String QUOTE
           
static java.lang.String SLASH
           
static java.lang.String SPACE
           
 
Constructor Summary
CoreEntity()
          Default constructor
CoreEntity(Universe u)
          Usual constructor
 
Method Summary
 com.keenedgesoftware.scrutinize.core.graphics.GView getActiveView()
          Returns the global view object
 BroadcastManager getBroadcastManager()
          Returns the global broadcast-manager object
 CommandManager getCommandManager()
          Returns the global command-manager object
 com.keenedgesoftware.scrutinize.core.graphics.GraphicsGate getGraphicsGate()
          Returns the global graphicsGate object
 com.keenedgesoftware.scrutinize.core.graphics.GraphicsWorld getGraphicsWorld()
          Returns the global graphicsWorld object
 com.keenedgesoftware.scrutinize.core.misc.MiscWorld getMiscWorld()
          Returns the global miscWorld object
 com.keenedgesoftware.scrutinize.core.model.ModelWorld getModelWorld()
          Returns the global modelWorld object
 com.keenedgesoftware.scrutinize.core.system.Netcaster getNetcaster()
          Returns the global netcaster object
 com.keenedgesoftware.scrutinize.core.system.Recorder getRecorder()
          Returns the global recorder object
 com.keenedgesoftware.scrutinize.core.graphics.GScene getScene()
          Returns the global scene object
 com.keenedgesoftware.scrutinize.core.system.SystemWorld getSystemWorld()
          Returns the global systemWorld object
 TaskManager getTaskManager()
          Returns the global task-manager object
 Universe getUniverse()
          Returns the global universe object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACKSLASH

public static final java.lang.String BACKSLASH

SLASH

public static final java.lang.String SLASH

QUOTE

public static final java.lang.String QUOTE

SPACE

public static final java.lang.String SPACE

HASH

public static final java.lang.String HASH

EOL

public static final java.lang.String EOL

NEWLINE

public static final java.lang.String NEWLINE

INIT

public static final java.lang.String INIT

ACTIVATE

public static final java.lang.String ACTIVATE

QUIT

public static final java.lang.String QUIT

GO

public static final java.lang.String GO
Constructor Detail

CoreEntity

public CoreEntity()
Default constructor

CoreEntity

public CoreEntity(Universe u)
Usual constructor
Method Detail

getUniverse

public final Universe getUniverse()
Returns the global universe object

getCommandManager

public final CommandManager getCommandManager()
Returns the global command-manager object

getBroadcastManager

public final BroadcastManager getBroadcastManager()
Returns the global broadcast-manager object

getTaskManager

public final TaskManager getTaskManager()
Returns the global task-manager object

getGraphicsWorld

public final com.keenedgesoftware.scrutinize.core.graphics.GraphicsWorld getGraphicsWorld()
Returns the global graphicsWorld object

getModelWorld

public final com.keenedgesoftware.scrutinize.core.model.ModelWorld getModelWorld()
Returns the global modelWorld object

getSystemWorld

public final com.keenedgesoftware.scrutinize.core.system.SystemWorld getSystemWorld()
Returns the global systemWorld object

getMiscWorld

public final com.keenedgesoftware.scrutinize.core.misc.MiscWorld getMiscWorld()
Returns the global miscWorld object

getScene

public com.keenedgesoftware.scrutinize.core.graphics.GScene getScene()
Returns the global scene object

getActiveView

public com.keenedgesoftware.scrutinize.core.graphics.GView getActiveView()
Returns the global view object

getGraphicsGate

public com.keenedgesoftware.scrutinize.core.graphics.GraphicsGate getGraphicsGate()
Returns the global graphicsGate object

getRecorder

public com.keenedgesoftware.scrutinize.core.system.Recorder getRecorder()
Returns the global recorder object

getNetcaster

public com.keenedgesoftware.scrutinize.core.system.Netcaster getNetcaster()
Returns the global netcaster object