com.keenedgesoftware.scrutinize.core
Class Universe

java.lang.Object
  |
  +--com.keenedgesoftware.scrutinize.core.Universe

public final class Universe
extends java.lang.Object

Top-level object of scrutinize core.


Constructor Summary
Universe()
           
 
Method Summary
 BroadcastManager getBroadcastManager()
           
 CommandManager getCommandManager()
           
 com.keenedgesoftware.scrutinize.core.graphics.GraphicsWorld getGraphicsWorld()
           
 com.keenedgesoftware.scrutinize.core.misc.MiscWorld getMiscWorld()
           
 com.keenedgesoftware.scrutinize.core.model.ModelWorld getModelWorld()
           
 java.lang.String getProperty(java.lang.String propertyKey)
           
 com.keenedgesoftware.scrutinize.core.system.SystemWorld getSystemWorld()
           
 TaskManager getTaskManager()
           
 void initialize(java.lang.String[] args)
           
 void reset()
           
 void setProperty(java.lang.String propertyKey, java.lang.String propertyVal)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Universe

public Universe()
Method Detail

getCommandManager

public CommandManager getCommandManager()

getBroadcastManager

public BroadcastManager getBroadcastManager()

getTaskManager

public TaskManager getTaskManager()

getGraphicsWorld

public com.keenedgesoftware.scrutinize.core.graphics.GraphicsWorld getGraphicsWorld()

getModelWorld

public com.keenedgesoftware.scrutinize.core.model.ModelWorld getModelWorld()

getSystemWorld

public com.keenedgesoftware.scrutinize.core.system.SystemWorld getSystemWorld()

getMiscWorld

public com.keenedgesoftware.scrutinize.core.misc.MiscWorld getMiscWorld()

getProperty

public java.lang.String getProperty(java.lang.String propertyKey)

setProperty

public void setProperty(java.lang.String propertyKey,
                        java.lang.String propertyVal)

initialize

public void initialize(java.lang.String[] args)

reset

public void reset()