Package | Description |
---|---|
nl.tno.imb.mc |
Model control package.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<Integer,ModelEvent.ModelCommand> |
ModelEvent.ModelCommand.commandMap
Map to translate numeric value to enum.
|
Modifier and Type | Method and Description |
---|---|
protected static ModelEvent.ModelCommand |
ModelEvent.ModelCommand.byValue(int value)
Lookup the ModelCommand that corresponds to the value.
|
static ModelEvent.ModelCommand |
ModelEvent.ModelCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelEvent.ModelCommand[] |
ModelEvent.ModelCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.