O - typepublic class Constant<O> extends AbstractOPPLFunction<O> implements OPPLFunction<O>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OPPLFunctionVisitor visitor) |
<P> P |
accept(OPPLFunctionVisitorEx<P> visitor) |
boolean |
equals(Object obj) |
O |
getValue() |
ValueComputation<O> |
getValueComputation(ValueComputationParameters parameters) |
int |
hashCode() |
String |
render(ConstraintSystem constraintSystem) |
String |
render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider) |
computeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomputepublic Constant(O value)
value - valuepublic O getValue()
public <P> P accept(OPPLFunctionVisitorEx<P> visitor)
accept in interface OPPLFunction<O>P - visitor return typevisitor - visitorpublic void accept(OPPLFunctionVisitor visitor)
accept in interface OPPLFunction<O>visitor - visitorpublic ValueComputation<O> getValueComputation(ValueComputationParameters parameters)
getValueComputation in class AbstractOPPLFunction<O>parameters - parameterspublic String render(ConstraintSystem constraintSystem)
render in interface RenderableconstraintSystem - constraintSystempublic String render(org.semanticweb.owlapi.util.ShortFormProvider shortFormProvider)
render in interface OPPLFunction<O>shortFormProvider - shortFormProviderCopyright © 2015 The University of Manchester. All Rights Reserved.