Skip navigation links
A B D G I M N O P R S T V 

A

AbstractMeasureProvider - Class in org.palladiosimulator.measurementframework.measureprovider
Abstract implementation of a measure provider.
Activator - Class in org.palladiosimulator.branding
The activator class controls the plug-in life cycle
Activator() - Constructor for class org.palladiosimulator.branding.Activator
The constructor
addObserver(IMeasurementSourceListener) - Method in class org.palladiosimulator.measurementframework.listener.MeasurementSource
asArray() - Method in class org.palladiosimulator.measurementframework.measureprovider.AbstractMeasureProvider
Returns the list of measure objects via an array.
asArray() - Method in interface org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider
Returns the list of measure objects via an array.
asArray() - Method in class org.palladiosimulator.measurementframework.MeasuringValue
Returns the list of measure objects via an array.
asList() - Method in class org.palladiosimulator.measurementframework.BasicMeasurement
 
asList() - Method in class org.palladiosimulator.measurementframework.measureprovider.AbstractMeasureProvider
Returns the list of measure objects via a Java utils list.
asList() - Method in interface org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider
Returns the list of measure objects via a Java utils list.
asList() - Method in class org.palladiosimulator.measurementframework.measureprovider.MeasurementListMeasureProvider
Returns the list of measure objects via a Java utils list.
asList() - Method in class org.palladiosimulator.measurementframework.TupleMeasurement
Returns the list of measure objects via a Java utils list.

B

BasicMeasurement<VALUE_TYPE,QUANTITY extends javax.measure.quantity.Quantity> - Class in org.palladiosimulator.measurementframework
Represents a basic measurement, i.e., a measurement for a BaseMetricDescription.
BasicMeasurement(Measure<VALUE_TYPE, QUANTITY>, BaseMetricDescription) - Constructor for class org.palladiosimulator.measurementframework.BasicMeasurement
Default Constructor.

D

doubleValue(Unit<QUANTITY>) - Method in class org.palladiosimulator.measurementframework.measure.IdentifierMeasure
 
Dummy - Class in org.palladiosimulator.measurementframework.tests
 
Dummy() - Constructor for class org.palladiosimulator.measurementframework.tests.Dummy
 

G

getDefault() - Static method in class org.palladiosimulator.branding.Activator
Returns the shared instance
getMeasure() - Method in class org.palladiosimulator.measurementframework.BasicMeasurement
Returns the encapsulated measured value in conjunction with its measured Quantity.
getMeasureForMetric(MetricDescription) - Method in class org.palladiosimulator.measurementframework.BasicMeasurement
Returns a measure object by looking for a given metric conforming to that measure object.
getMeasureForMetric(MetricDescription) - Method in class org.palladiosimulator.measurementframework.measureprovider.AbstractMeasureProvider
Returns a measure object by looking for a given metric conforming to that measure object.
getMeasureForMetric(MetricDescription) - Method in interface org.palladiosimulator.measurementframework.measureprovider.IMeasureProvider
Returns a measure object by looking for a given metric conforming to that measure object.
getMeasureForMetric(MetricDescription) - Method in class org.palladiosimulator.measurementframework.TupleMeasurement
Returns a measure object by looking for a given metric conforming to that measure object.
getMeasurementForMetric(MetricDescription) - Method in class org.palladiosimulator.measurementframework.measureprovider.AbstractMeasureProvider
getMeasurementForMetric(MetricDescription) - Method in class org.palladiosimulator.measurementframework.measureprovider.MeasurementListMeasureProvider
getMeasuringValueForMetric(MetricDescription) - Method in class org.palladiosimulator.measurementframework.MeasuringValue
Returns this measuring value in case it conforms to the given metric description.
getMeasuringValueForMetric(MetricDescription) - Method in class org.palladiosimulator.measurementframework.TupleMeasurement
Returns this measuring value in case it conforms to the given metric description.
getMetricDesciption() - Method in class org.palladiosimulator.measurementframework.MeasuringValue
getSubsumedMeasurements() - Method in class org.palladiosimulator.measurementframework.measureprovider.MeasurementListMeasureProvider
Returns the list of subsumed measurements managed by this class.
getSubsumedMeasurements() - Method in class org.palladiosimulator.measurementframework.TupleMeasurement
Returns the list of subsumed measurements.
getUnit() - Method in class org.palladiosimulator.measurementframework.measure.IdentifierMeasure
 
getValue() - Method in class org.palladiosimulator.measurementframework.measure.IdentifierMeasure
 

I

IdentifierMeasure<QUANTITY extends javax.measure.quantity.Quantity> - Class in org.palladiosimulator.measurementframework.measure
Holds Identifier values that are used to characterize textual base metrics.
IdentifierMeasure(Identifier, Unit<QUANTITY>) - Constructor for class org.palladiosimulator.measurementframework.measure.IdentifierMeasure
Default constructor.
IMeasurementSourceListener - Interface in org.palladiosimulator.measurementframework.listener
Once measurement sources have new measurements at hand, they have to inform registered observers about these new measurements.
IMeasureProvider - Interface in org.palladiosimulator.measurementframework.measureprovider
A measure provider offers access to an ordered list of measure objects as defined by the JScience Framework.
isCompatibleWith(MetricDescription) - Method in class org.palladiosimulator.measurementframework.MeasuringValue

M

MeasurementListMeasureProvider - Class in org.palladiosimulator.measurementframework.measureprovider
A measurement list measure provider uses a list of measurements to determine measures.
MeasurementListMeasureProvider(List<MeasuringValue>) - Constructor for class org.palladiosimulator.measurementframework.measureprovider.MeasurementListMeasureProvider
Default constructor.
MeasurementSource - Class in org.palladiosimulator.measurementframework.listener
AbstractMeasureProvider sources provide measurements from analyzers, e.g., by providing the measurements from probes.
MeasurementSource(MetricDescription) - Constructor for class org.palladiosimulator.measurementframework.listener.MeasurementSource
Default constructor.
MeasuringValue - Class in org.palladiosimulator.measurementframework
Measuring values are taken in a list of measures, a metric description, and at a concrete measuring point.
MeasuringValue(MetricDescription) - Constructor for class org.palladiosimulator.measurementframework.MeasuringValue
Default constructor.

N

newMeasurementAvailable(MeasuringValue) - Method in interface org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
Call-back method for observers, informing these about a new measurement.

O

org.palladiosimulator.branding - package org.palladiosimulator.branding
 
org.palladiosimulator.measurementframework - package org.palladiosimulator.measurementframework
This package provides the core concept of the Measurement Framework: measurements.
org.palladiosimulator.measurementframework.listener - package org.palladiosimulator.measurementframework.listener
This package provides listeners that can be used by observers to be informed about new measurements.
org.palladiosimulator.measurementframework.measure - package org.palladiosimulator.measurementframework.measure
This package provides custom measures needed for measurements using metric descriptions of the Metric Description Framework.
org.palladiosimulator.measurementframework.measureprovider - package org.palladiosimulator.measurementframework.measureprovider
Measure providers offer access to an ordered list of measure objects as defined by the JScience Framework.
org.palladiosimulator.measurementframework.tests - package org.palladiosimulator.measurementframework.tests
 

P

PLUGIN_ID - Static variable in class org.palladiosimulator.branding.Activator
 
preUnregister() - Method in interface org.palladiosimulator.measurementframework.listener.IMeasurementSourceListener
After having registered, e.g., at a Calculator, this method gets invoked to inform the listener about being unregistered.

R

removeObserver(IMeasurementSourceListener) - Method in class org.palladiosimulator.measurementframework.listener.MeasurementSource

S

start(BundleContext) - Method in class org.palladiosimulator.branding.Activator
 
stop(BundleContext) - Method in class org.palladiosimulator.branding.Activator
 

T

test() - Method in class org.palladiosimulator.measurementframework.tests.Dummy
 
to(Unit<QUANTITY>) - Method in class org.palladiosimulator.measurementframework.measure.IdentifierMeasure
 
toString() - Method in class org.palladiosimulator.measurementframework.measureprovider.MeasurementListMeasureProvider
toString() - Method in class org.palladiosimulator.measurementframework.TupleMeasurement
 
TupleMeasurement - Class in org.palladiosimulator.measurementframework
Represents a tuple measurement, i.e., a measurement for a MetricSetDescription.
TupleMeasurement(List<MeasuringValue>, MetricSetDescription) - Constructor for class org.palladiosimulator.measurementframework.TupleMeasurement
Default constructor.
TupleMeasurement(MetricSetDescription, Measure<?, ?>...) - Constructor for class org.palladiosimulator.measurementframework.TupleMeasurement
Convenience constructor based on subsumed measures.
TupleMeasurement(MetricSetDescription, List<Measure<?, ?>>) - Constructor for class org.palladiosimulator.measurementframework.TupleMeasurement
Convenience constructor based on subsumed measures.

V

valueOf(Identifier, Unit<Q>) - Static method in class org.palladiosimulator.measurementframework.measure.IdentifierMeasure
Factory for IdentifierMeasures based on the given identifier and unit.
A B D G I M N O P R S T V 
Skip navigation links