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 FilterOperandgetOperand()java.util.List<T>getValues()VariablegetVariable()
-
-
-
Method Detail
-
getVariable
Variable getVariable()
-
getValues
java.util.List<T> getValues()
-
getOperand
FilterOperand getOperand()
-
-