Interface IDataStream<M extends org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider>
-
- All Superinterfaces:
org.palladiosimulator.metricspec.metricentity.IMetricEntity
,Iterable<M>
- All Known Implementing Classes:
BasicDataStream
,DataStream
,DataTupleStream
,Edp2BasicDataStream
,Edp2DataTupleStreamForRawMeasurements
public interface IDataStream<M extends org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider> extends Iterable<M>, org.palladiosimulator.metricspec.metricentity.IMetricEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
int
size()
-
Methods inherited from interface org.palladiosimulator.metricspec.metricentity.IMetricEntity
getMetricDesciption, isCompatibleWith
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-