public abstract class ModuleInstanceProvider extends Object
| Constructor and Description |
|---|
ModuleInstanceProvider() |
| Modifier and Type | Method and Description |
|---|---|
static SuperConfiguration |
getConfigInstanceByType(String type)
Asks ConfigType enum if it knows ConfigType represented by string
type.
|
static SuperGeometry |
getGeometryInstanceByType(String type)
Asks GeometryType enum if it knows GeometryType represented by string
type.
|
static SuperResponse |
getResponseInstanceByType(String type)
Asks ResponseType enum if it knows ResponseType represented by string
type.
|
static SuperSensor |
getSensorInstanceByClass(Class clazz)
Class should be valid Sensor representative - SuperSensor offspring.
|
static SuperSensor |
getSensorInstanceByType(String type)
Asks SensorType enum if it knows SensorType represented by string
type.
|
static SuperState |
getStateInstanceByType(String type)
Asks VehicleType (enum) if it knows VehicleType represented by string
type.
|
public static SuperSensor getSensorInstanceByClass(Class clazz)
clazz - Class representing possible valid Sensorpublic static SuperSensor getSensorInstanceByType(String type)
type - String representing possible valid SensorType.public static SuperGeometry getGeometryInstanceByType(String type)
type - String representing possible valid GeometryType.public static SuperConfiguration getConfigInstanceByType(String type)
type - String representing possible valid ConfigType.public static SuperResponse getResponseInstanceByType(String type)
type - String representing possible valid ResponseType.public static SuperState getStateInstanceByType(String type)
type - String representing possible valid VehicleType.Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.