Interface ValueFilter<T extends java.io.Serializable>
-
- All Superinterfaces:
java.util.function.Consumer<FilterVisitor>
,Filter
,java.io.Serializable
- All Known Implementing Classes:
AbstractValueFilter
,NumericFilter
,StringFilter
,VectorValueFilter
public interface ValueFilter<T extends java.io.Serializable> extends Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterOperand
getOperand()
java.util.List<T>
getValues()
Variable
getVariable()
-
-
-
Method Detail
-
getVariable
Variable getVariable()
-
getValues
java.util.List<T> getValues()
-
getOperand
FilterOperand getOperand()
-
-