|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcreme.filters.IntervalFilter
org.jcreme.filters.DoubleIntervalFilter
This the specialization of the IntervalFilter for Doubles. It enables to determine if a given Double belongs to an interval.
Field Summary | |
(package private) static long |
serialVersionUID
|
Fields inherited from class org.jcreme.filters.IntervalFilter |
LOWER_FILTER_PROPERTY, UPPER_FILTER_PROPERTY |
Constructor Summary | |
DoubleIntervalFilter(DoubleOrderFilter lowerFilter,
DoubleOrderFilter upperFilter)
Creates a new instance of DoubleIntervalFilter |
Method Summary | |
DoubleOrderFilter |
getLowerFilter()
This method gives access to the lower barrier. |
DoubleOrderFilter |
getUpperFilter()
This method gives access to the upper barrier. |
void |
setLowerFilter(DoubleOrderFilter filter)
This method enables to change the lower barrier of the interval. |
void |
setUpperFilter(DoubleOrderFilter filter)
This method enables to change the upper barrier of the interval. |
Methods inherited from class org.jcreme.filters.IntervalFilter |
accept, clone, equals, getLowerFilterInternal, getUpperFilterInternal, hashCode, setLowerFilter, setUpperFilter, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
static final long serialVersionUID
Constructor Detail |
public DoubleIntervalFilter(DoubleOrderFilter lowerFilter, DoubleOrderFilter upperFilter)
lowerFilter
- the filter for the lower barrier of the interval.upperFilter
- the filter for the upper barrier of the interval.Method Detail |
public void setLowerFilter(DoubleOrderFilter filter)
filter
- a filter to restrict the current interval.public void setUpperFilter(DoubleOrderFilter filter)
filter
- a filter to restrict the current interval.public DoubleOrderFilter getLowerFilter()
public DoubleOrderFilter getUpperFilter()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |