Class QueryOptimizer.PumpClause
- java.lang.Object
-
- net.ontopia.topicmaps.query.parser.AbstractClause
-
- net.ontopia.topicmaps.query.parser.PredicateClause
-
- net.ontopia.topicmaps.query.impl.utils.QueryOptimizer.PumpClause
-
- Enclosing class:
- QueryOptimizer
public static class QueryOptimizer.PumpClause extends PredicateClause
-
-
Field Summary
-
Fields inherited from class net.ontopia.topicmaps.query.parser.PredicateClause
arguments, predicate
-
-
Constructor Summary
Constructors Constructor Description PumpClause(PredicateIF predicate, List arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List
getArguments()
INTERNAL: Returns the arguments of this clause.-
Methods inherited from class net.ontopia.topicmaps.query.parser.PredicateClause
addArgument, getAllLiterals, getAllVariables, getPredicate, getReplacement, setPredicate, toString
-
-
-
-
Constructor Detail
-
PumpClause
public PumpClause(PredicateIF predicate, List arguments)
-
-
Method Detail
-
getArguments
public List getArguments()
Description copied from class:AbstractClause
INTERNAL: Returns the arguments of this clause. For OrClause this is the list of all arguments to all the subclauses in the OrClause. Likewise for NotClause.- Overrides:
getArguments
in classPredicateClause
-
-