Package com.attivio.util.parser
Class QueryOperators.RectangleFilterOperator
- java.lang.Object
-
- com.attivio.util.parser.Operator<T>
-
- com.attivio.util.parser.QueryOperator<ShapeQuery>
-
- com.attivio.util.parser.QueryOperators.ShapeFilterOperator
-
- com.attivio.util.parser.QueryOperators.RectangleFilterOperator
-
- Enclosing class:
- QueryOperators
public static class QueryOperators.RectangleFilterOperator extends QueryOperators.ShapeFilterOperator
-
-
Constructor Summary
Constructors Constructor Description RectangleFilterOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeQuery
parse(QueryParsers parser, ScopeTerm scope, StringParser reader)
-
Methods inherited from class com.attivio.util.parser.QueryOperators.ShapeFilterOperator
parseNoArgs
-
Methods inherited from class com.attivio.util.parser.QueryOperator
addArgument, addAttribute, addParameter, parseArgument, parseArguments
-
Methods inherited from class com.attivio.util.parser.Operator
parseInt, parseParameter, parseParameter
-
-
-
-
Method Detail
-
parse
public ShapeQuery parse(QueryParsers parser, ScopeTerm scope, StringParser reader) throws java.text.ParseException
- Specified by:
parse
in classQueryOperator<ShapeQuery>
- Throws:
java.text.ParseException
-
-