Interface IDataSource

All Superinterfaces:
org.palladiosimulator.commons.designpatterns.IAbstractObservable<IDataSourceListener>, org.palladiosimulator.metricspec.metricentity.IMetricEntity
All Known Subinterfaces:
IFilter
All Known Implementing Classes:
AbstractAdapter, AbstractDataSource, AbstractFilter, Edp2BasicDataSource, Edp2DataTupleDataSource, ExponentialDecayingFilter

public interface IDataSource extends org.palladiosimulator.metricspec.metricentity.IMetricEntity, org.palladiosimulator.commons.designpatterns.IAbstractObservable<IDataSourceListener>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    <M extends org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider>
    IDataStream<M>
     
     

    Methods inherited from interface org.palladiosimulator.commons.designpatterns.IAbstractObservable

    addObserver, removeObserver

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

    getMetricDesciption, isCompatibleWith
  • Method Details

    • getDataStream

      <M extends org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider> IDataStream<M> getDataStream()
    • getConfiguration

      <G extends IPropertyConfigurable> G getConfiguration()
    • getMeasuringPoint

      MeasuringPoint getMeasuringPoint()