Interface MeasurementCalculation
- All Known Implementing Classes:
EnergyToPowerCalculation,PowerToEnergyCalculation
public interface MeasurementCalculation
-
Method Summary
Modifier and TypeMethodDescriptionconvert(BigDecimal value, String resolution, BigDecimal scale) booleanisTargetUnit(energy.eddie.cim.v0_82.vhd.UnitOfMeasureTypeList unit) scaledUnit(energy.eddie.cim.v0_82.vhd.UnitOfMeasureTypeList unit)
-
Method Details
-
convert
-
scaledUnit
ScaledUnit scaledUnit(energy.eddie.cim.v0_82.vhd.UnitOfMeasureTypeList unit) throws UnsupportedUnitException - Throws:
UnsupportedUnitException
-
isTargetUnit
boolean isTargetUnit(energy.eddie.cim.v0_82.vhd.UnitOfMeasureTypeList unit)
-