public class QueryItemVariableExtractor extends Object implements QueryPlannerVisitorEx<Set<Variable<?>>>
| Constructor and Description |
|---|
QueryItemVariableExtractor() |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
visitAssertedAxiomPlannerItem(AssertedAxiomPlannerItem assertedAxiomPlannerItem) |
Set<Variable<?>> |
visitConstraintQueryPlannerItem(ConstraintQueryPlannerItem constraintQueryPlannerItem) |
Set<Variable<?>> |
visitInferredAxiomQueryPlannerItem(InferredAxiomQueryPlannerItem inferredAxiomQueryPlannerItem) |
public Set<Variable<?>> visitConstraintQueryPlannerItem(ConstraintQueryPlannerItem constraintQueryPlannerItem)
visitConstraintQueryPlannerItem in interface QueryPlannerVisitorEx<Set<Variable<?>>>constraintQueryPlannerItem - constraintQueryPlannerItempublic Set<Variable<?>> visitAssertedAxiomPlannerItem(AssertedAxiomPlannerItem assertedAxiomPlannerItem)
visitAssertedAxiomPlannerItem in interface QueryPlannerVisitorEx<Set<Variable<?>>>assertedAxiomPlannerItem - assertedAxiomPlannerItempublic Set<Variable<?>> visitInferredAxiomQueryPlannerItem(InferredAxiomQueryPlannerItem inferredAxiomQueryPlannerItem)
visitInferredAxiomQueryPlannerItem in interface QueryPlannerVisitorEx<Set<Variable<?>>>inferredAxiomQueryPlannerItem - inferredAxiomQueryPlannerItemCopyright © 2015 The University of Manchester. All Rights Reserved.