public interface MeasurementTool
MeasurementOrder
containing the information about what to measure and should
return MeasurementEvents in the correct order.
A measurement tool does not need to analyse all things specified in the
MeasurementOrder
.
Measurement tools need a public zero argument constructor for the instantiation, because they are loaded through eclipse extension points.
Modifier and Type | Method and Description |
---|---|
List<MeasurementEvent> |
measure(MeasurementOrder measurementOrder)
Executes a measurement.
|
List<MeasurementEvent> measure(MeasurementOrder measurementOrder)
measurementOrder
- Container for the information, what to measure and the
launch Configurations.