Name | Signature and Synopsis |
---|---|
alwaysDecreasingDouble | boolean alwaysDecreasingInt(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has always been decreasing over given time interval[stime, etime], all the times are in (milliseconds). |
alwaysDecreasingInt | boolean alwaysDecreasingInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has always been decreasing over given time interval[stime, etime], all the times are in (milliseconds). |
alwaysDecreasingLong | boolean alwaysDecreasingLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has always been decreasing over given time interval[stime, etime], all the times are in (milliseconds). |
alwaysIncreasingDouble | boolean alwaysIncreasingDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has always been increasing over given time interval[stime, etime], all the times are in (milliseconds). |
alwaysIncreasingInt | boolean alwaysIncreasingInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has always been increasing over given time interval[stime, etime], all the times are in (milliseconds). |
alwaysIncreasingLong | boolean alwaysIncreasingLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has always been increasing over given time interval[stime, etime], all the times are in (milliseconds). |
everDecreasingDouble | boolean everDecreasingDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has ever been decreasing over given time interval[stime, etime], all the times are in (milliseconds). |
everDecreasingInt | boolean everDecreasingInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has ever been decreasing over given time interval[stime, etime], all the times are in (milliseconds). |
everDecreasingLong | boolean everDecreasingLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has ever been decreasing over given time interval[stime, etime], all the times are in (milliseconds). |
everIncreasingDouble | boolean everIncreasingDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has ever been increasing over given time interval[stime, etime], all the times are in (milliseconds). |
everIncreasingInt | boolean everIncreasingInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has ever been increasing over given time interval[stime, etime], all the times are in (milliseconds). |
everIncreasingLong | boolean everIncreasingLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property has ever been increasing over given time interval[stime, etime], all the times are in (milliseconds). |
historyDouble | double historyDouble(PropertyAtomDouble pad, long no_of_milli_seconds_ago) This method returns PropertyAtomDouble value a given number of milli seconds ago. |
historyInt | double historyInt(PropertyAtomInt pai, long no_of_milli_seconds_ago) This method returns PropertyAtomInt value a given number of milli seconds ago. |
historyLong | double historyLong(PropertyAtomLong pal, long no_of_milli_seconds_ago) This method returns PropertyAtomLong value a given number of milli seconds ago. |
howCurrent | long howCurrent(PropertyAtom pa) This method returns how old is the newest value in the PropertyAtom history. |
howMany | int howMany(PropertyAtom pa, long stime, long etime, boolean bound_by_stime) This method returns how many values exist in interval [stime, etime]. |
howOld | long howOld(PropertyAtom pa) This method returns how old is the oldest value in the PropertyAtom history. |
previousDouble | double previousDouble(PropertyAtomDouble pad) This method returns the previous value of PropertyAtomInt. |
previousInt | int previousInt(PropertyAtomInt pai) This method returns the previous value of PropertyAtomInt. |
previousLong | long previousLong(PropertyAtomLong pal) This method returns the previous value of PropertyAtomInt. |
steadyDouble | boolean steadyDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property value has been steady over given time interval[stime, etime], all the times are in (milliseconds). |
steadyInt | boolean steadyInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property value has been steady over given time interval[stime, etime], all the times are in (milliseconds). |
steadyLong | boolean steadyLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method checks if the property value has been steady over given time interval[stime, etime], all the times are in (milliseconds). |