public class IRIVariableAttribute extends VariableAttribute<org.semanticweb.owlapi.model.IRI>
| Constructor and Description |
|---|
IRIVariableAttribute(Variable<?> variable) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OPPLFunctionVisitor visitor) |
<P> P |
accept(OPPLFunctionVisitorEx<P> visitor) |
ValueComputation<org.semanticweb.owlapi.model.IRI> |
getValueComputation(ValueComputationParameters parameters) |
OPPLFunction<org.semanticweb.owlapi.model.IRI> |
replace(Variable<?> v,
org.semanticweb.owlapi.model.OWLObject owlObject,
ConstraintSystem constraintSystem,
RuntimeExceptionHandler handler) |
equals, getAttribute, getVariable, hashCode, render, render, toStringcomputeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomputepublic IRIVariableAttribute(Variable<?> variable)
variable - variablepublic <P> P accept(OPPLFunctionVisitorEx<P> visitor)
P - visitor return typevisitor - visitorpublic void accept(OPPLFunctionVisitor visitor)
visitor - visitorpublic ValueComputation<org.semanticweb.owlapi.model.IRI> getValueComputation(ValueComputationParameters parameters)
getValueComputation in class AbstractOPPLFunction<org.semanticweb.owlapi.model.IRI>parameters - parameterspublic OPPLFunction<org.semanticweb.owlapi.model.IRI> replace(Variable<?> v, org.semanticweb.owlapi.model.OWLObject owlObject, ConstraintSystem constraintSystem, RuntimeExceptionHandler handler)
v - vowlObject - owlObjectconstraintSystem - constraintSystemhandler - handlerCopyright © 2015 The University of Manchester. All Rights Reserved.