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