public interface OPPLScript extends Renderable
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OPPLScriptVisitor visitor) |
<P> P |
accept(OPPLScriptVisitorEx<P> visitor) |
void |
addVariable(Variable<?> variable) |
List<org.semanticweb.owlapi.model.OWLAxiomChange> |
getActions() |
ConstraintSystem |
getConstraintSystem() |
List<InputVariable<?>> |
getInputVariables() |
OPPLQuery |
getQuery() |
List<Variable<?>> |
getVariables() |
String |
render() |
String |
render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider) |
rendervoid addVariable(Variable<?> variable)
variable - variableList<Variable<?>> getVariables()
List<InputVariable<?>> getInputVariables()
ConstraintSystem getConstraintSystem()
String render()
List<org.semanticweb.owlapi.model.OWLAxiomChange> getActions()
OPPLQuery getQuery()
void accept(OPPLScriptVisitor visitor)
visitor - visitor<P> P accept(OPPLScriptVisitorEx<P> visitor)
P - visitor value typevisitor - visitorString render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider)
shortFormProvider - shortFormProviderCopyright © 2015 The University of Manchester. All Rights Reserved.