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

    Modifier and Type
    Method
    Description
    void
     
    int
     

    Methods inherited from interface org.palladiosimulator.metricspec.metricentity.IMetricEntity

    getMetricDesciption, isCompatibleWith

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • close

      void close()
    • size

      int size()