public interface EvaluationScopeIterator extends Iterator<Map<org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification,Map<org.palladiosimulator.metricspec.MetricDescription,org.palladiosimulator.measurementframework.MeasuringValue>>>
AbstractEvaluationScope class. It allows to iterate the Scope and returns the
current element as Map linking Measurements first to the MetricDescription
of the IDataSource they originate, second to the ProcessingResourceSpecification
the Measurement was taken at.| Modifier and Type | Method and Description |
|---|---|
javax.measure.Measure<Double,javax.measure.quantity.Duration> |
getCurrentPointInTime()
Returns the point in time of the most recent measurement in the set returned
last call to
EvaluationScopeIterator.next(); |
forEachRemaining, hasNext, next, removejavax.measure.Measure<Double,javax.measure.quantity.Duration> getCurrentPointInTime()
EvaluationScopeIterator.next();