public class ProtegeOPPLQuery extends Object implements OPPLQuery
| Constructor and Description |
|---|
ProtegeOPPLQuery(OPPLQuery opplQuery) |
| 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() |
String |
render() |
String |
render(ConstraintSystem constraintSystem) |
String |
render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider) |
String |
toString() |
public ProtegeOPPLQuery(OPPLQuery opplQuery)
opplQuery - opplQuerypublic void addAssertedAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
addAssertedAxiom in interface OPPLQuerypublic void addAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
public void addConstraint(AbstractConstraint constraint)
addConstraint in interface OPPLQuerypublic List<org.semanticweb.owlapi.model.OWLAxiom> getAssertedAxioms()
getAssertedAxioms in interface OPPLQuerypublic List<org.semanticweb.owlapi.model.OWLAxiom> getAxioms()
public List<AbstractConstraint> getConstraints()
getConstraints in interface OPPLQuerypublic String render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider)
public String render(ConstraintSystem constraintSystem)
render in interface Renderablepublic ConstraintSystem getConstraintSystem()
getConstraintSystem in interface OPPLQuerypublic void execute(RuntimeExceptionHandler runtimeExceptionHandler, ExecutionMonitor executionMonitor)
public void execute(Collection<? extends BindingNode> leaves, RuntimeExceptionHandler runtimeExceptionHandler, ExecutionMonitor executionMonitor)
Copyright © 2014 The University of Manchester. All Rights Reserved.