|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.speckled.specksim.MovementModelManager
public class MovementModelManager
Manages movement models.
| Method Summary | |
|---|---|
Configurator |
getConfigurator()
Gets a Configurator object that describes and can manipulate the variables of this Configurable. |
static MovementModel |
getModel(java.lang.String name)
Gets the movement model with the supplied name, or null if there is no such model registered |
static SerializableState |
getState(java.lang.String name)
Gets an instance of a state object from the named MovementModel. |
static boolean |
register(java.lang.String className)
Tries to load the specified class as a MovementModel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MovementModel getModel(java.lang.String name)
name - The name of the desired movement model
public static SerializableState getState(java.lang.String name)
MovementModel.
name - The name of the MovementModel
public static boolean register(java.lang.String className)
MovementModel.
className - The full classname of the model class
public Configurator getConfigurator()
Configurable
getConfigurator in interface Configurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||