Package edu.kit.ipd.sdq.eventsim.measurement.probe
-
Interface Summary Interface Description IProbe<E> A probe observes aMeasuringPoint
and produces aMeasurement
whenever the property observed by theMeasuringPoint
changes.ProbeLocator<C extends ProbeConfiguration> -
Class Summary Class Description AbstractProbe<E,C extends ProbeConfiguration> MeasurementCache<E> CachesMeasurement
s, at most one entry--the most recent one--per (trigger,MeasuringPoint
)-pair.ProbeFactory<C extends ProbeConfiguration> A factory for instances ofIProbe
.