Class DataStream<M extends org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider>
java.lang.Object
org.palladiosimulator.metricspec.metricentity.MetricEntity
org.palladiosimulator.edp2.datastream.DataStream<M>
- All Implemented Interfaces:
Iterable<M>
,IDataStream<M>
,org.palladiosimulator.metricspec.metricentity.IMetricEntity
- Direct Known Subclasses:
BasicDataStream
,DataTupleStream
public abstract class DataStream<M extends org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider>
extends org.palladiosimulator.metricspec.metricentity.MetricEntity
implements IDataStream<M>
-
Constructor Summary
ConstructorDescriptionDataStream
(org.palladiosimulator.metricspec.MetricDescription metricSetDescription) -
Method Summary
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.edp2.datastream.IDataStream
close, size
Methods inherited from interface org.palladiosimulator.metricspec.metricentity.IMetricEntity
getMetricDesciption, isCompatibleWith
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
DataStream
public DataStream(org.palladiosimulator.metricspec.MetricDescription metricSetDescription)
-