Name | Signature and Synopsis |
---|---|
addAllHistoryDouble | double addAllHistoryDouble(PropertyAtomDouble pad, long t) This method returns the sum of all the values in the history of a property atom. |
addAllHistoryInt | int addAllHistoryInt(PropertyAtomInt pai, long t) This method returns the sum of all the values in the history of a property atom. |
addAllHistoryLong | long addAllHistoryLong(PropertyAtomLong pal, long t) This method returns the sum of all the values in the history of a property atom. |
interpolateDouble | double interpolateDouble(PropertyAtomDouble pad, long no_of_milli_seconds_ago) This method returns interpolated value over the history a given number of seconds ago. |
interpolateInt | double interpolateInt(PropertyAtomInt pai, long no_of_milli_seconds_ago) This method returns interpolated value over the history a given number of seconds ago. |
interpolateLong | double interpolateLong(PropertyAtomLong pal, long no_of_milli_seconds_ago) This method returns interpolated value over the history a given number of seconds ago. |