|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuperState | |
|---|---|
| cz.cuni.amis.pogamut.usar2004.agent.module.datatypes | |
| cz.cuni.amis.pogamut.usar2004.agent.module.master | |
| cz.cuni.amis.pogamut.usar2004.agent.module.state | |
| Uses of SuperState in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes |
|---|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return SuperState | |
|---|---|
SuperState |
StateContainer.getStatesByType(String type)
Gets state message representative from local hashmap. |
SuperState |
StateContainer.getStatesByVehicleType(VehicleType type)
Iterates through local hashmap values and seeks match. |
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.datatypes that return types with arguments of type SuperState | |
|---|---|
List<SuperState> |
StateContainer.getStatesByClass(Class c)
Iterates through local hahmap values and takes note of every SuperState object that is Instance of specified class. |
| Uses of SuperState in cz.cuni.amis.pogamut.usar2004.agent.module.master |
|---|
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master that return SuperState | |
|---|---|
protected SuperState |
StateMasterModule.createNewState(StateMessage message)
Asks VehicleType (enum) if it knows VehicleType represented by string type. |
static SuperState |
ModuleInstanceProvider.getStateInstanceByType(String type)
Asks VehicleType (enum) if it knows VehicleType represented by string type. |
SuperState |
StateMasterModule.getStatesByType(String type)
Gets state message representative from local hashmap. |
SuperState |
StateMasterModule.getStatesByVehilceType(VehicleType type)
Iterates through local hashmap values and seeks match. |
| Methods in cz.cuni.amis.pogamut.usar2004.agent.module.master that return types with arguments of type SuperState | |
|---|---|
List<SuperState> |
StateMasterModule.getStatesByClass(Class c)
Iterates through local hahmap values and takes note of every SuperState object that is Instance of specified class. |
| Uses of SuperState in cz.cuni.amis.pogamut.usar2004.agent.module.state |
|---|
| Subclasses of SuperState in cz.cuni.amis.pogamut.usar2004.agent.module.state | |
|---|---|
class |
StateAerial
State message representative for Aerial vehicle. |
class |
StateGround
State message representative for Ground vehicle. |
class |
StateLegged
State message representative for Legged robot. |
class |
StateNautic
State message representative for Nautic vehicle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||