|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.speckled.specksim.EnvironmentManager
public class EnvironmentManager
Holds and manages all resident Environment objects
| Method Summary | |
|---|---|
Configurator |
getConfigurator()
Gets a Configurator object that describes and can manipulate the variables of this Configurable. |
static SerializableState |
getState(java.lang.String name)
Gets an instance of a state object from the named Environment |
static boolean |
register(java.lang.String className)
Registers an Environment class for inclusion in the
simulator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SerializableState getState(java.lang.String name)
Environment
name - The name of the environment
Environment's state objectpublic static boolean register(java.lang.String className)
Environment class for inclusion in the
simulator
className - The name of the Environment class
true if the registration was successful,
false otherwisepublic Configurator getConfigurator()
Configurable
getConfigurator in interface Configurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||