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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TcalculateValue(PropertyValueSource source)
 
- 
- 
- 
Method Detail- 
calculateValueT calculateValue(PropertyValueSource source) 
 
- 
 
-