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
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.query.parser.PredicateClause
arguments, predicate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionINTERNAL: Returns the arguments of this clause.Methods inherited from class net.ontopia.topicmaps.query.parser.PredicateClause
addArgument, getAllLiterals, getAllVariables, getPredicate, getReplacement, setPredicate, toString
-
Constructor Details
-
PumpClause
-
-
Method Details
-
getArguments
Description copied from class:AbstractClauseINTERNAL: 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:
getArgumentsin classPredicateClause
-