O - typepublic class ValuesVariableAtttribute<O extends org.semanticweb.owlapi.model.OWLObject> extends VariableAttribute<Collection<? extends O>>
| Constructor and Description |
|---|
ValuesVariableAtttribute(Variable<O> variable) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OPPLFunctionVisitor visitor) |
<P> P |
accept(OPPLFunctionVisitorEx<P> visitor) |
ValueComputation<Collection<? extends O>> |
getValueComputation(ValueComputationParameters parameters) |
static <P extends org.semanticweb.owlapi.model.OWLObject> |
getValuesVariableAtttribute(Variable<P> v) |
equals, getAttribute, getVariable, hashCode, render, render, toStringcomputeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomputepublic <P> P accept(OPPLFunctionVisitorEx<P> visitor)
P - visitor return typevisitor - visitorpublic void accept(OPPLFunctionVisitor visitor)
visitor - visitorpublic ValueComputation<Collection<? extends O>> getValueComputation(ValueComputationParameters parameters)
getValueComputation in class AbstractOPPLFunction<Collection<? extends O extends org.semanticweb.owlapi.model.OWLObject>>parameters - parameterspublic static <P extends org.semanticweb.owlapi.model.OWLObject> ValuesVariableAtttribute<P> getValuesVariableAtttribute(Variable<P> v)
P - atribute typev - vCopyright © 2015 The University of Manchester. All Rights Reserved.