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. |
avgOfLast | Object avgOfLast(PropertyAtom pa, int last_n_times) This method calculates the average of the value of the last n history entries. |
avgSince | Object avgSince(PropertyAtom pa, long time) This method calculates the average history value since the specified time. |
interpolateDouble | double interpolateDouble(PropertyAtomDouble pad, long no_of_milli_seconds_ago) This method returns interpolated value over the history a given number of msec ago. |
interpolateInt | double interpolateInt(PropertyAtomInt pai, long no_of_milli_seconds_ago) This method returns interpolated value over the history a given number of msec ago. |
interpolateLong | double interpolateLong(PropertyAtomLong pal, long no_of_milli_seconds_ago) This method returns interpolated value over the history a given number of msec ago. |
maxOfLast | Object maxOfLast(PropertyAtom pa, int last_n_times) This method returns the maximum value of the last n history entries. |
maxSince | Object maxSince(PropertyAtom pa, long time) This method returns the maximum history value since the specified time. |
minOfLast | Object minOfLast(PropertyAtom pa, int last_n_times) This method returns the minimum value of the last n history entries. |
minSince | Object minSince(PropertyAtom pa, long time) This method returns the minimum history value since the specified time. |
totalOfLast | Object totalOfLast(PropertyAtom pa, int last_n_times) This method calculates the sum of the value of the last n history entries. |
totalSince | Object totalSince(PropertyAtom pa, long time) This method calculates the sum of the history value since the specified time. |