| Package | Description |
|---|---|
| org.coode.oppl | |
| org.coode.oppl.utils | |
| org.coode.oppl.validation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InstantiatedOPPLScript
Interface representing an instantiated OPPL Script
|
| Modifier and Type | Class and Description |
|---|---|
class |
OPPLScriptImpl |
| Modifier and Type | Method and Description |
|---|---|
OPPLScript |
OPPLFactory.buildOPPLScript(ConstraintSystem constraintSystem1,
List<Variable<?>> variables,
OPPLQuery opplQuery,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions) |
OPPLScript |
OPPLAbstractFactory.buildOPPLScript(ConstraintSystem constraintSystem,
List<Variable<?>> variables,
OPPLQuery opplQuery,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions) |
OPPLScript |
OPPLFactory.importOPPLScript(OPPLScript opplScript) |
OPPLScript |
OPPLAbstractFactory.importOPPLScript(OPPLScript opplScript)
Builds an OPPLScript whose content is identical to the input one.
|
OPPLScript |
OPPLParser.parse(String input) |
OPPLScript |
AbstractOPPLParser.parse(String input)
Parses a valid OPPL string into an OPPL Script
|
| Modifier and Type | Method and Description |
|---|---|
OPPLScript |
OPPLFactory.importOPPLScript(OPPLScript opplScript) |
OPPLScript |
OPPLAbstractFactory.importOPPLScript(OPPLScript opplScript)
Builds an OPPLScript whose content is identical to the input one.
|
List<org.semanticweb.owlapi.model.OWLAxiomChange> |
ChangeExtractor.visit(OPPLScript script) |
| Modifier and Type | Method and Description |
|---|---|
OPPLScript |
EvaluationResults.getOpplScript() |
| Constructor and Description |
|---|
EvaluationResults(OPPLScript opplScript,
List<org.semanticweb.owlapi.model.OWLAxiomChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OPPLScriptValidator.accept(OPPLScript script) |
Copyright © 2015 The University of Manchester. All Rights Reserved.