

Public Member Functions | |
| CommonComparablePropertyImpl (Class propertyType, String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed | |
| CommonComparablePropertyImpl (Class propertyType, String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed | |
| void | readCharacteristics () throws PropertyInitializationFailed |
| abstract boolean | lessThanDelta (Object value1, Object value2, Object delta) |
| abstract boolean | noDelta (Object value) |
| abstract Object | sum (Object value1, Object value2, boolean substract) |
Protected Attributes | |
| Object | graphMin |
| Object | graphMax |
| Object | minStep |
| Object | minDeltaTrigger |
java.lang.Object.
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||||||||||
|
Constructor.
|
|
||||||||||||||||
|
Check if absolute difference between values is less than delta value
Implemented in alma::ACS::impl::ROdoubleImpl, and alma::ACS::impl::RWdoubleImpl.
|
|
|
Check if value equals no change (e.g. for double 0.0, int 0)
Implemented in alma::ACS::impl::ROdoubleImpl, and alma::ACS::impl::RWdoubleImpl.
|
|
|
Read property characteristics.
Reimplemented from alma::ACS::impl::CommonPropertyImpl.
Reimplemented in alma::ACS::impl::ROCommonComparablePropertyImpl, and alma::ACS::impl::RWCommonComparablePropertyImpl.
|
|
||||||||||||||||
|
Calculate a sum of two values.
Implemented in alma::ACS::impl::ROdoubleImpl, and alma::ACS::impl::RWdoubleImpl.
|
|
|
Max graph value. |
|
|
Min graph value. |
|
|
Min delta value (on-change monitors). |
|
|
Min step value. |
1.3.8