public class AnalysisPowerConsumptionAdapter
extends org.palladiosimulator.edp2.datastream.AbstractDataSource
implements org.eclipse.ui.IPersistable, org.eclipse.ui.IPersistableElement, org.palladiosimulator.edp2.datastream.configurable.IPropertyListener
| Constructor and Description |
|---|
AnalysisPowerConsumptionAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.palladiosimulator.edp2.datastream.IDataStream<org.palladiosimulator.measurementframework.MeasuringValue> |
getDataStream() |
String |
getFactoryId() |
org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint |
getMeasuringPoint() |
void |
propertyChangeCompleted() |
void |
propertyChanged(String key,
Object oldValue,
Object newValue) |
void |
saveState(org.eclipse.ui.IMemento memento) |
void |
setExperimentRun(org.palladiosimulator.edp2.models.ExperimentData.ExperimentRun experimentRun) |
void |
setPowerProvidingEntity(PowerProvidingEntity powerProvidingEntity) |
addObserver, getAdapter, getConfiguration, getDefaultConfiguration, getKeys, getProperties, getPropertyType, isPropertyNotSet, removeObserver, setProperties, unsetPropertygetMetricDesciption, isCompatibleWithpublic org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint getMeasuringPoint()
getMeasuringPoint in interface org.palladiosimulator.edp2.datastream.IDataSourcepublic org.palladiosimulator.edp2.datastream.IDataStream<org.palladiosimulator.measurementframework.MeasuringValue> getDataStream()
getDataStream in interface org.palladiosimulator.edp2.datastream.IDataSourcepublic void setPowerProvidingEntity(PowerProvidingEntity powerProvidingEntity)
public void setExperimentRun(org.palladiosimulator.edp2.models.ExperimentData.ExperimentRun experimentRun)
public String getFactoryId()
getFactoryId in interface org.eclipse.ui.IPersistableElementpublic void saveState(org.eclipse.ui.IMemento memento)
saveState in interface org.eclipse.ui.IPersistablepublic void propertyChangeCompleted()
propertyChangeCompleted in interface org.palladiosimulator.edp2.datastream.configurable.IPropertyListener