| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.usar2004.agent.module.datatypes | |
| cz.cuni.amis.pogamut.usar2004.agent.module.response |
| Modifier and Type | Method and Description |
|---|---|
static ResponseType |
ResponseType.getType(String type)
For each Response type it checks if type matches one of
kinds.
|
static ResponseType |
ResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseType[] |
ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static ResponseType |
Viewport.type |
protected ResponseType |
SuperResponse.type |
static ResponseType |
ResponseSensorEffecter.type |
static ResponseType |
ResponseCamera.type |
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
SuperResponse.getResponseType()
ResponseType is a descriptor used for creating particular instance and
for getting type information about particular response message.
|
| Constructor and Description |
|---|
SuperResponse(ResponseType type)
Ctor.
|
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.