O - typepublic class Expression<O extends org.semanticweb.owlapi.model.OWLObject> extends AbstractOPPLFunction<O> implements OPPLFunction<O>
| Constructor and Description |
|---|
Expression(O expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OPPLFunctionVisitor visitor) |
<P> P |
accept(OPPLFunctionVisitorEx<P> visitor) |
O |
getExpression() |
ValueComputation<O> |
getValueComputation(ValueComputationParameters parameters) |
String |
render(ConstraintSystem constraintSystem) |
String |
render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider) |
computeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputepublic Expression(O expression)
expression - expressionpublic void accept(OPPLFunctionVisitor visitor)
accept in interface OPPLFunction<O extends org.semanticweb.owlapi.model.OWLObject>visitor - visitorpublic <P> P accept(OPPLFunctionVisitorEx<P> visitor)
accept in interface OPPLFunction<O extends org.semanticweb.owlapi.model.OWLObject>P - visitor return typevisitor - visitorpublic ValueComputation<O> getValueComputation(ValueComputationParameters parameters)
getValueComputation in class AbstractOPPLFunction<O extends org.semanticweb.owlapi.model.OWLObject>parameters - parameterspublic O getExpression()
public String render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider)
render in interface OPPLFunction<O extends org.semanticweb.owlapi.model.OWLObject>shortFormProvider - shortFormProviderpublic String render(ConstraintSystem constraintSystem)
render in interface RenderableconstraintSystem - constraintSystemCopyright © 2015 The University of Manchester. All Rights Reserved.