public class SensorFactory extends Object
Constructor and Description |
---|
SensorFactory() |
Modifier and Type | Method and Description |
---|---|
static Sensor |
createSensor(Class<? extends Sensor> clazz) |
static Sensor |
createSensorWithConfiguration(Class<? extends Sensor> clazz,
String scenario,
String configurationName) |
public static Sensor createSensor(Class<? extends Sensor> clazz) throws InstantiationException, IllegalAccessException
public static Sensor createSensorWithConfiguration(Class<? extends Sensor> clazz, String scenario, String configurationName) throws InstantiationException, IllegalAccessException, SensorCreationException
Copyright © 2017. All rights reserved.