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
ConstructorsConstructorDescriptionDataStream(org.palladiosimulator.metricspec.MetricDescription metricSetDescription) -
Method Summary
Methods inherited from class org.palladiosimulator.metricspec.metricentity.MetricEntity
getMetricDesciption, isCompatibleWith, setMetricDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.palladiosimulator.edp2.datastream.IDataStream
close, sizeMethods inherited from interface org.palladiosimulator.metricspec.metricentity.IMetricEntity
getMetricDesciption, isCompatibleWithMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
DataStream
public DataStream(org.palladiosimulator.metricspec.MetricDescription metricSetDescription)
-