public interface Range extends JAMonListener
Modifier and Type | Method and Description |
---|---|
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
|
getName, processEvent, setName
FrequencyDist getFrequencyDist(double value)
FrequencyDist[] getFrequencyDists()
void add(double value)
void reset()
java.lang.String getLogicalOperator()