Interface Measurements<C extends Connectable<C>>
- All Superinterfaces:
Extension<C>
Measurements with continuous numeric values associated with an equipment (the extended equipment).
See
Measurement
.- Author:
- Miora Ralambotiana <miora.ralambotiana at rte-france.com>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Check if there is any measurement with continuous numeric values associated with the extended equipment.getMeasurement
(String id) default String
getName()
Return the name of this extension.Methods inherited from interface com.powsybl.commons.extensions.Extension
getExtendable, setExtendable
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getName
Description copied from interface:Extension
Return the name of this extension.- Specified by:
getName
in interfaceExtension<C extends Connectable<C>>
-
getMeasurements
Collection<Measurement> getMeasurements() -
getMeasurements
-
getMeasurement
-
newMeasurement
MeasurementAdder newMeasurement() -
cleanIfEmpty
default void cleanIfEmpty()Check if there is any measurement with continuous numeric values associated with the extended equipment. If not, remove the extension.
-