|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Range
Class that contains buckets of time that are tracked within a monitor.
| Method Summary | |
|---|---|
void |
add(double value)
Add a value to the FrequencyDist associated with the value that is passed |
FrequencyDist |
getFrequencyDist(double value)
Return a FrequencyDist associated with the passed in value. |
FrequencyDist[] |
getFrequencyDists()
Return the array of all FrequnceDists in this range |
java.lang.String |
getLogicalOperator()
Get the logical operator associated with the top end point. |
void |
reset()
Reset all FrequencyDists associated with this Range |
| Methods inherited from interface com.jamonapi.JAMonListener |
|---|
getName, processEvent, setName |
| Method Detail |
|---|
FrequencyDist getFrequencyDist(double value)
FrequencyDist[] getFrequencyDists()
void add(double value)
void reset()
java.lang.String getLogicalOperator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||