| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.usar2004.agent.module.datatypes | |
| cz.cuni.amis.pogamut.usar2004.agent.module.geometry | |
| cz.cuni.amis.pogamut.usar2004.agent.module.master |
| Modifier and Type | Method and Description |
|---|---|
static GeometryType |
GeometryType.getType(String type)
For each geometry type it checks if type matches one of
kinds.
|
static GeometryType |
GeometryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryType[] |
GeometryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuperGeometry> |
GeometryContainer.getGeometriesByGeometryType(GeometryType type)
Iterates through local hashmap values and seeks match.
|
| Modifier and Type | Field and Description |
|---|---|
protected GeometryType |
SuperGeometry.geoType |
static GeometryType |
GeoSensorEffecter.type |
static GeometryType |
GeoNautic.type |
static GeometryType |
GeoMissionPackage.type |
static GeometryType |
GeoLegged.type |
static GeometryType |
GeoGround.type |
static GeometryType |
GeoAerial.type |
| Modifier and Type | Method and Description |
|---|---|
GeometryType |
SuperGeometry.getGeometryType()
GeometryType is a descriptor used for creating particular instance and
for getting type information about particular configuration subject.
|
| Constructor and Description |
|---|
SuperGeometry(GeometryType type)
Ctor.
|
VehicleGeometry(GeometryType type)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuperGeometry> |
GeometryMasterModule.getGeometriesByGeometryType(GeometryType type)
Note, that if type = UNKNOWN it returns all unknown Geometries.
|
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.