| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.usar2004.agent.module.datatypes | |
| cz.cuni.amis.pogamut.usar2004.agent.module.master | |
| cz.cuni.amis.pogamut.usar2004.agent.module.state |
| Modifier and Type | Method and Description |
|---|---|
static VehicleType |
VehicleType.getType(String type)
Used for creating instances of state message representatives.
|
static VehicleType |
VehicleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleType[] |
VehicleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SuperState |
StateContainer.getStatesByVehicleType(VehicleType type)
Iterates through local hashmap values and seeks match.
|
| Modifier and Type | Method and Description |
|---|---|
SuperState |
StateMasterModule.getStatesByVehilceType(VehicleType type)
Iterates through local hashmap values and seeks match.
|
| Modifier and Type | Field and Description |
|---|---|
static VehicleType |
StateNautic.type |
static VehicleType |
StateLegged.type |
static VehicleType |
StateGround.type |
static VehicleType |
StateAerial.type |
protected VehicleType |
SuperState.vehicleType |
| Modifier and Type | Method and Description |
|---|---|
VehicleType |
SuperState.getVehicleType()
VehicleType is a descriptor used for creating particular instance and for
getting type information about particular state subject.
|
| Constructor and Description |
|---|
SuperState(VehicleType type)
Ctor.
|
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.