public class OPPLQueryImpl extends Object implements OPPLQuery
| Constructor and Description |
|---|
OPPLQueryImpl(ConstraintSystem constraintSystem,
OPPLAbstractFactory factory) |
OPPLQueryImpl(OPPLQuery query,
OPPLAbstractFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssertedAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom) |
void |
addAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom) |
void |
addConstraint(AbstractConstraint constraint) |
boolean |
equals(Object obj) |
void |
execute(Collection<? extends BindingNode> leaves,
RuntimeExceptionHandler runtimeExceptionHandler,
ExecutionMonitor executionMonitor) |
void |
execute(RuntimeExceptionHandler runtimeExceptionHandler,
ExecutionMonitor executionMonitor) |
List<org.semanticweb.owlapi.model.OWLAxiom> |
getAssertedAxioms() |
List<org.semanticweb.owlapi.model.OWLAxiom> |
getAxioms() |
List<AbstractConstraint> |
getConstraints() |
ConstraintSystem |
getConstraintSystem() |
int |
hashCode() |
boolean |
isDirty() |
String |
render() |
String |
render(ConstraintSystem cs) |
String |
render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider) |
void |
setDirty(boolean dirty) |
String |
toString() |
public OPPLQueryImpl(OPPLQuery query, OPPLAbstractFactory factory)
query - queryfactory - factorypublic OPPLQueryImpl(ConstraintSystem constraintSystem, OPPLAbstractFactory factory)
constraintSystem - constraintSystemfactory - factorypublic void addAssertedAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
addAssertedAxiom in interface OPPLQueryaxiom - axiompublic void addAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
public void addConstraint(AbstractConstraint constraint)
addConstraint in interface OPPLQueryconstraint - constraintpublic List<org.semanticweb.owlapi.model.OWLAxiom> getAxioms()
public List<org.semanticweb.owlapi.model.OWLAxiom> getAssertedAxioms()
getAssertedAxioms in interface OPPLQuerypublic List<AbstractConstraint> getConstraints()
getConstraints in interface OPPLQuerypublic String render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider)
public String render(ConstraintSystem cs)
render in interface Renderablecs - constraintSystempublic ConstraintSystem getConstraintSystem()
getConstraintSystem in interface OPPLQuerypublic void execute(Collection<? extends BindingNode> leaves, RuntimeExceptionHandler runtimeExceptionHandler, ExecutionMonitor executionMonitor)
public void execute(RuntimeExceptionHandler runtimeExceptionHandler, ExecutionMonitor executionMonitor)
public boolean isDirty()
public void setDirty(boolean dirty)
dirty - the dirty to setCopyright © 2015 The University of Manchester. All Rights Reserved.