public interface OPPLQuery extends Renderable
| 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) |
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() |
String |
render() |
String |
render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider) |
rendervoid addAssertedAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - axiomvoid addAxiom(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - axiomvoid addConstraint(AbstractConstraint constraint)
constraint - constraintList<org.semanticweb.owlapi.model.OWLAxiom> getAxioms()
List<org.semanticweb.owlapi.model.OWLAxiom> getAssertedAxioms()
List<AbstractConstraint> getConstraints()
String render()
ConstraintSystem getConstraintSystem()
void execute(RuntimeExceptionHandler runtimeExceptionHandler, ExecutionMonitor executionMonitor)
runtimeExceptionHandler - runtimeExceptionHandlerexecutionMonitor - executionMonitorvoid execute(Collection<? extends BindingNode> leaves, RuntimeExceptionHandler runtimeExceptionHandler, ExecutionMonitor executionMonitor)
leaves - leavesruntimeExceptionHandler - runtimeExceptionHandlerexecutionMonitor - executionMonitorString render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider)
shortFormProvider - shortFormProviderCopyright © 2015 The University of Manchester. All Rights Reserved.