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 FrequencyDists in this range
|
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()
String getLogicalOperator()
Copyright © 2015. All rights reserved.