Name | Signature and Synopsis |
---|---|
avgOverTimeDouble | double avgOverTimeDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method calculates average of the property over given time interval[stime, etime], all the times are in (milliseconds). |
avgOverTimeInt | double avgOverTimeInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method calculates average of the property over given time interval[stime, etime], all the times are in (milliseconds). |
avgOverTimeLong | double avgOverTimeLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method calculates average of the property over given time interval[stime, etime], all the times are in (milliseconds). |
maxOverTimeDouble | double maxOverTimeDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the maximum value of a PorpertyAtomInt over given time interval[stime, etime], all the times are in (milliseconds). |
maxOverTimeInt | int maxOverTimeInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the maximum value of a PorpertyAtomInt over given time interval[stime, etime], all the times are in (milliseconds). |
maxOverTimeLong | long maxOverTimeLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the maximum value of a PorpertyAtomInt over given time interval[stime, etime], all the times are in (milliseconds). |
minOverTimeDouble | double minOverTimeDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the maximum value of a PorpertyAtomDouble over given time interval[stime, etime], all the times are in (milliseconds). |
minOverTimeInt | int minOverTimeInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the minimum value of a PorpertyAtomInt over given time interval[stime, etime], all the times are in (milliseconds). |
minOverTimeLong | long minOverTimeLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the minimum value of a PorpertyAtomLong over given time interval[stime, etime], all the times are in (milliseconds). |
sumDouble | double sumDouble(PropertyAtomDouble pad, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the sum of values in the history of a property atom over a given time interval [stime, etime], all the times are in (milliseconds). |
sumInt | int sumInt(PropertyAtomInt pai, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the sum of values in the history of a property atom over a given time interval [stime, etime], all the times are in (milliseconds). |
sumLong | long sumLong(PropertyAtomLong pal, long stime, long etime, int sample_rate,
boolean bound_by_stime) This method returns the sum of values in the history of a property atom over a given time interval [stime, etime] all the times are in (milliseconds). |