public abstract class AbstractQueryPlannerItem extends Object implements QueryPlannerItem
| Constructor and Description |
|---|
AbstractQueryPlannerItem(ConstraintSystem constraintSystem) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
getConstraintSystem() |
protected boolean |
isVariableAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom) |
protected Set<BindingNode> |
merge(BindingNode leaf,
Collection<? extends BindingNode> newLeaves) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, matchpublic AbstractQueryPlannerItem(ConstraintSystem constraintSystem)
constraintSystem - constraintSystemprotected Set<BindingNode> merge(BindingNode leaf, Collection<? extends BindingNode> newLeaves)
public ConstraintSystem getConstraintSystem()
protected boolean isVariableAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
Copyright © 2015 The University of Manchester. All Rights Reserved.