kieker.model.analysismodel.statistics.FloatMeasurement Maven / Gradle / Ivy
/**
*/
package kieker.model.analysismodel.statistics;
/**
*
* A representation of the model object 'Float Measurement'.
*
*
*
* The following features are supported:
*
*
* - {@link kieker.model.analysismodel.statistics.FloatMeasurement#getValue Value}
*
*
* @see kieker.model.analysismodel.statistics.StatisticsPackage#getFloatMeasurement()
* @model
* @generated
*/
public interface FloatMeasurement extends ScalarMeasurement {
/**
* Returns the value of the 'Value' attribute.
*
*
*
* @return the value of the 'Value' attribute.
* @see #setValue(float)
* @see kieker.model.analysismodel.statistics.StatisticsPackage#getFloatMeasurement_Value()
* @model
* @generated
*/
float getValue();
/**
* Sets the value of the '{@link kieker.model.analysismodel.statistics.FloatMeasurement#getValue Value}' attribute.
*
*
*
* @param value
* the new value of the 'Value' attribute.
* @see #getValue()
* @generated
*/
void setValue(float value);
} // FloatMeasurement
© 2015 - 2025 Weber Informatics LLC | Privacy Policy