public class AnalysisCumulativeEnergyConsumptionAdapter
extends org.palladiosimulator.edp2.datastream.filter.AbstractAdapter
implements org.eclipse.ui.IPersistable, org.eclipse.ui.IPersistableElement
| Constructor and Description |
|---|
AnalysisCumulativeEnergyConsumptionAdapter(AbstractCumulativeEnergyCalculator calculator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAccept(org.palladiosimulator.edp2.datastream.IDataSource dataSource) |
org.palladiosimulator.edp2.datastream.IDataStream<org.palladiosimulator.measurementframework.MeasuringValue> |
getDataStream() |
String |
getFactoryId() |
void |
saveState(org.eclipse.ui.IMemento memento) |
getDataSource, getMeasuringPoint, setDataSourceaddObserver, getAdapter, getConfiguration, getDefaultConfiguration, getKeys, getProperties, getPropertyType, isPropertyNotSet, removeObserver, setProperties, unsetPropertygetMetricDesciption, isCompatibleWithequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic AnalysisCumulativeEnergyConsumptionAdapter(AbstractCumulativeEnergyCalculator calculator)
public boolean canAccept(org.palladiosimulator.edp2.datastream.IDataSource dataSource)
canAccept in interface org.palladiosimulator.edp2.datastream.IDataSinkpublic org.palladiosimulator.edp2.datastream.IDataStream<org.palladiosimulator.measurementframework.MeasuringValue> getDataStream()
getDataStream in interface org.palladiosimulator.edp2.datastream.IDataSourcegetDataStream in class org.palladiosimulator.edp2.datastream.filter.AbstractAdapterpublic String getFactoryId()
getFactoryId in interface org.eclipse.ui.IPersistableElementpublic void saveState(org.eclipse.ui.IMemento memento)
saveState in interface org.eclipse.ui.IPersistable