Interface CalculatedProperty<T extends java.io.Serializable>
- 
- All Known Implementing Classes:
 CommonAlarmProperties.CalculatedAlarmProperty
public interface CalculatedProperty<T extends java.io.Serializable>This is an interface that is used on some properties to indicate that they are actually "calculated" property, derived from the values provided in a property set. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcalculateValue(PropertyValueSource source) 
 - 
 
- 
- 
Method Detail
- 
calculateValue
T calculateValue(PropertyValueSource source)
 
 - 
 
 -