Class Edp2DataTupleDataSource
- java.lang.Object
-
- org.palladiosimulator.metricspec.metricentity.MetricEntity
-
- org.palladiosimulator.edp2.datastream.AbstractDataSource
-
- org.palladiosimulator.edp2.datastream.edp2source.Edp2DataTupleDataSource
-
- All Implemented Interfaces:
IAdaptable
,IPersistable
,IPersistableElement
,org.palladiosimulator.commons.designpatterns.IAbstractObservable<IDataSourceListener>
,IPropertyConfigurable
,IDataSource
,org.palladiosimulator.metricspec.metricentity.IMetricEntity
public class Edp2DataTupleDataSource extends AbstractDataSource implements IDataSource, IPersistableElement
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.edp2.datastream.AbstractDataSource
datasourceChangedListener
-
-
Constructor Summary
Constructors Constructor Description Edp2DataTupleDataSource(RawMeasurements measurements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropertyConfigurable
createProperties()
<M extends org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider>
IDataStream<M>getDataStream()
String
getFactoryId()
MeasuringPoint
getMeasuringPoint()
RawMeasurements
getRawMeasurements()
void
saveState(IMemento memento)
-
Methods inherited from class org.palladiosimulator.edp2.datastream.AbstractDataSource
addObserver, getAdapter, getConfiguration, getDefaultConfiguration, getKeys, getProperties, getPropertyType, isPropertyNotSet, removeObserver, setProperties, unsetProperty
-
Methods inherited from class org.palladiosimulator.metricspec.metricentity.MetricEntity
getMetricDesciption, isCompatibleWith, setMetricDescription
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.palladiosimulator.commons.designpatterns.IAbstractObservable
addObserver, removeObserver
-
Methods inherited from interface org.palladiosimulator.edp2.datastream.IDataSource
getConfiguration
-
-
-
-
Constructor Detail
-
Edp2DataTupleDataSource
public Edp2DataTupleDataSource(RawMeasurements measurements)
-
-
Method Detail
-
getDataStream
public <M extends org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider> IDataStream<M> getDataStream()
- Specified by:
getDataStream
in interfaceIDataSource
-
saveState
public void saveState(IMemento memento)
- Specified by:
saveState
in interfaceIPersistable
-
getFactoryId
public String getFactoryId()
- Specified by:
getFactoryId
in interfaceIPersistableElement
-
getRawMeasurements
public RawMeasurements getRawMeasurements()
-
createProperties
protected PropertyConfigurable createProperties()
- Specified by:
createProperties
in classAbstractDataSource
-
getMeasuringPoint
public MeasuringPoint getMeasuringPoint()
- Specified by:
getMeasuringPoint
in interfaceIDataSource
-
-