com.jamonapi
Interface Range

All Superinterfaces:
java.util.EventListener, JAMonListener

public interface Range
extends JAMonListener

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

getFrequencyDist

FrequencyDist getFrequencyDist(double value)
Return a FrequencyDist associated with the passed in value.


getFrequencyDists

FrequencyDist[] getFrequencyDists()
Return the array of all FrequnceDists in this range


add

void add(double value)
Add a value to the FrequencyDist associated with the value that is passed


reset

void reset()
Reset all FrequencyDists associated with this Range


getLogicalOperator

java.lang.String getLogicalOperator()
Get the logical operator associated with the top end point. Possible values are < and <=