V - The value type of the basic measure.Q - The quantity type of the basic measure.public abstract class BasicTriggeredProbe<V,Q extends javax.measure.quantity.Quantity> extends TriggeredProbe implements org.palladiosimulator.metricspec.metricentity.IMetricEntity
doMeasure method by returning a BasicMeasurement, i.e.,
a measurement for a BaseMetricDescription. Therefore, basic triggered probes are
constructed by passing an appropriate base metric description as a parameter that is used to
construct basic measurements.
For determining the measurement itself, basic triggered probes invoke the template method
getBasicMeasure. The values of the returned measure are of type V and their quantity
is given in Q.Measure| Constructor and Description |
|---|
BasicTriggeredProbe(org.palladiosimulator.metricspec.BaseMetricDescription metricDescription)
Default constructor.
|
takeMeasurement, takeMeasurementaddObserver, getMetricDesciption, isCompatibleWith, removeObserverpublic BasicTriggeredProbe(org.palladiosimulator.metricspec.BaseMetricDescription metricDescription)
metricDescription - A BaseMetricDescription as needed by the superclass.