| Modifier and Type | Method and Description |
|---|---|
Collection<Sensor> |
FileSensorDAO.findBySensorName(String searchKey)
Deprecated.
|
Collection<Sensor> |
FileSensorDAO.getSensors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSensorDAO.removeSensor(Sensor sensor,
boolean doCascade)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScalabilitySensorImpl
Deprecated.
Superseded by EDP2.
|
class |
SensorImpl
Deprecated.
Superseded by EDP2.
|
class |
StateSensorImpl
Deprecated.
Superseded by EDP2.
|
class |
TimeSpanSensorImpl
Deprecated.
Superseded by EDP2.
|
| Modifier and Type | Method and Description |
|---|---|
Sensor |
AbstractSensorAndMeasurements.getSensor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Sensor> |
ExperimentImpl.getSensors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentImpl.addSensor(Sensor value)
Deprecated.
|
SensorAndMeasurements |
ExperimentRunImpl.getMeasurementsOfSensor(Sensor sensor)
Deprecated.
|
| Constructor and Description |
|---|
AbstractSensorAndMeasurements(FileManager fm,
ExperimentRun exprun,
Sensor sensor)
Deprecated.
|
ScalabilitySensorAndMeasurement(FileManager fm,
ExperimentRun er,
Sensor sensor)
Deprecated.
|
StateSensorAndMeasurement(FileManager fm,
ExperimentRun er,
Sensor sensor)
Deprecated.
|
TimeSpanSensorAndMeasurement(FileManager fm,
ExperimentRun er,
Sensor sensor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Sensor |
MemorySensorDAO.get(long id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Sensor> |
MemorySensorDAO.findBySensorName(String searchKey)
Deprecated.
|
Collection<Sensor> |
MemorySensorDAO.getSensors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemorySensorDAO.removeSensor(Sensor sensor,
boolean doCascade)
Deprecated.
|
void |
MemorySensorDAO.store(Sensor s)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ScalabilitySensor
Deprecated.
Superseded by EDP2.
|
interface |
StateSensor
Deprecated.
Superseded by EDP2.
|
interface |
TimeSpanSensor
Deprecated.
Superseded by EDP2.
|
| Modifier and Type | Method and Description |
|---|---|
Sensor |
SensorAndMeasurements.getSensor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Sensor> |
Experiment.getSensors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.addSensor(Sensor value)
Deprecated.
|
SensorAndMeasurements |
ExperimentRun.getMeasurementsOfSensor(Sensor sensor)
Deprecated.
|
| Constructor and Description |
|---|
SensorAndMeasurements(Sensor s,
Collection<Measurement> m)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScalabilitySensor
Deprecated.
Superseded by EDP2.
|
class |
AbstractSensor
Deprecated.
Superseded by EDP2.
|
class |
AbstractStateSensor
Deprecated.
Superseded by EDP2.
|
class |
AbstractTimeSpanSensor
Deprecated.
Superseded by EDP2.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Sensor> |
AbstractExperiment.getSensors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExperiment.addSensor(Sensor value)
Deprecated.
|
abstract SensorAndMeasurements |
AbstractExperimentRun.getMeasurementsOfSensor(Sensor sensor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Sensor |
ISensorDAO.get(long id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Sensor> |
ISensorDAO.findBySensorName(String searchKey)
Deprecated.
|
Collection<Sensor> |
ISensorDAO.getSensors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISensorDAO.removeSensor(Sensor sensor,
boolean doCascade)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Sensor |
SensorAndMeasurements.getSensor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SensorAndMeasurements |
ExperimentRunImpl.getMeasurementsOfSensor(Sensor sensor)
Deprecated.
|
| Constructor and Description |
|---|
SensorAndMeasurements(Sensor s,
Collection<Measurement> m)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sensor> |
ConfigEntry.getSensors()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigEditorInput.editConfigEntry(IDAOFactory datasource,
ExperimentRun run,
Experiment experiment,
Sensor sensor,
String adapterFactoryID)
Deprecated.
Edit command of ConfigEntry
|
boolean |
ConfigEntry.isSensorChecked(Sensor sensor)
Deprecated.
|
void |
ConfigEntry.setSensorChecked(Sensor sensor)
Deprecated.
Adds the given Sensor (or its id, respectively) to the list of sensors of this ConfigEntry.
|
void |
ConfigEntry.setSensorUnchecked(Sensor sensor)
Deprecated.
|
| Constructor and Description |
|---|
ConfigEntry(IDAOFactory factory,
ExperimentRun experimentRun,
Experiment experiment,
Sensor sensor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TreeLabelProvider.sensorRepresentation(Sensor sensor)
Deprecated.
|
| Constructor and Description |
|---|
TreeObject(Sensor sensor,
IDAOFactory datasource,
Experiment experiment,
ExperimentRun run)
Deprecated.
Sensor
|