public class OPPLScriptImpl extends Object implements OPPLScript
| Constructor and Description |
|---|
OPPLScriptImpl(ConstraintSystem constraintSystem,
List<Variable<?>> variables,
OPPLQuery query,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions,
OPPLAbstractFactory factory) |
OPPLScriptImpl(ConstraintSystem constraintSystem,
List<Variable<?>> variables,
OPPLQuery query,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions,
OPPLAbstractFactory factory,
boolean resetExecution) |
| 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 cs) |
String |
render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider) |
String |
toString() |
public OPPLScriptImpl(ConstraintSystem constraintSystem, List<Variable<?>> variables, OPPLQuery query, List<org.semanticweb.owlapi.model.OWLAxiomChange> actions, OPPLAbstractFactory factory)
constraintSystem - constraintSystemvariables - variablesquery - queryactions - actionsfactory - factorypublic OPPLScriptImpl(ConstraintSystem constraintSystem, List<Variable<?>> variables, OPPLQuery query, List<org.semanticweb.owlapi.model.OWLAxiomChange> actions, OPPLAbstractFactory factory, boolean resetExecution)
constraintSystem - constraintSystemvariables - variablesquery - queryactions - actionsfactory - factoryresetExecution - resetExecutionpublic ConstraintSystem getConstraintSystem()
getConstraintSystem in interface OPPLScriptpublic List<InputVariable<?>> getInputVariables()
getInputVariables in interface OPPLScriptpublic List<Variable<?>> getVariables()
getVariables in interface OPPLScriptpublic OPPLQuery getQuery()
getQuery in interface OPPLScriptpublic List<org.semanticweb.owlapi.model.OWLAxiomChange> getActions()
getActions in interface OPPLScriptpublic void accept(OPPLScriptVisitor visitor)
accept in interface OPPLScriptvisitor - visitorpublic <P> P accept(OPPLScriptVisitorEx<P> visitor)
accept in interface OPPLScriptP - visitor value typevisitor - visitorpublic String render()
render in interface OPPLScriptpublic String render(ConstraintSystem cs)
render in interface Renderablecs - constraintSystempublic String render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider)
render in interface OPPLScriptshortFormProvider - shortFormProviderpublic void addVariable(Variable<?> variable)
addVariable in interface OPPLScriptvariable - variableCopyright © 2015 The University of Manchester. All Rights Reserved.