public class ProtegeOPPLScript extends Object implements OPPLScript
| Constructor and Description |
|---|
ProtegeOPPLScript(OPPLScript opplScript) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OPPLScriptVisitor visitor) |
<P> P |
accept(OPPLScriptVisitorEx<P> visitor) |
void |
addVariable(Variable<?> variable) |
boolean |
equals(Object obj) |
List<org.semanticweb.owlapi.model.OWLAxiomChange> |
getActions() |
ConstraintSystem |
getConstraintSystem() |
List<InputVariable<?>> |
getInputVariables() |
OPPLQuery |
getQuery() |
List<Variable<?>> |
getVariables() |
int |
hashCode() |
String |
render() |
String |
render(ConstraintSystem constraintSystem) |
String |
render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider) |
String |
toString() |
public ProtegeOPPLScript(OPPLScript opplScript)
opplScript - opplScriptpublic void accept(OPPLScriptVisitor visitor)
accept in interface OPPLScriptpublic <P> P accept(OPPLScriptVisitorEx<P> visitor)
accept in interface OPPLScriptpublic List<org.semanticweb.owlapi.model.OWLAxiomChange> getActions()
getActions in interface OPPLScriptpublic ConstraintSystem getConstraintSystem()
getConstraintSystem in interface OPPLScriptpublic List<InputVariable<?>> getInputVariables()
getInputVariables in interface OPPLScriptpublic OPPLQuery getQuery()
getQuery in interface OPPLScriptpublic List<Variable<?>> getVariables()
getVariables in interface OPPLScriptpublic String render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider)
render in interface OPPLScriptpublic String render(ConstraintSystem constraintSystem)
render in interface Renderablepublic String render()
render in interface OPPLScriptpublic void addVariable(Variable<?> variable)
addVariable in interface OPPLScriptCopyright © 2014 The University of Manchester. All Rights Reserved.