public final class IsInRangePredicate extends Object implements ColoredAttributePredicate
| Constructor and Description |
|---|
IsInRangePredicate() |
IsInRangePredicate(double from,
boolean fromInclusive,
double to,
boolean toInclusive) |
| Modifier and Type | Method and Description |
|---|---|
double |
getRangeEnd() |
double |
getRangeStart() |
boolean |
isRangeEndInclusive() |
boolean |
isRangeStartInclusive() |
void |
setRangeEnd(double value) |
void |
setRangeEndInclusive(boolean value) |
void |
setRangeStart(double value) |
void |
setRangeStartInclusive(boolean value) |
boolean |
test(Attribute attribute) |
public IsInRangePredicate(double from,
boolean fromInclusive,
double to,
boolean toInclusive)
public IsInRangePredicate()
public boolean test(Attribute attribute)
test in interface ColoredAttributePredicatetest in interface Predicate<Attribute>public double getRangeStart()
public void setRangeStart(double value)
public boolean isRangeStartInclusive()
public void setRangeStartInclusive(boolean value)
public double getRangeEnd()
public void setRangeEnd(double value)
public boolean isRangeEndInclusive()
public void setRangeEndInclusive(boolean value)
Copyright © 2015–2017 Bytex Solutions. All rights reserved.