O - typepublic interface Variable<O extends org.semanticweb.owlapi.model.OWLObject> extends Renderable
| Modifier and Type | Method and Description |
|---|---|
void |
accept(VariableVisitor visitor)
Visitor pattern interface method for visitors without return type
|
<T> T |
accept(VariableVisitorEx<T> visitor)
Visitor pattern interface method for visitors with return type
|
org.semanticweb.owlapi.model.IRI |
getIRI() |
String |
getName() |
VariableType<O> |
getType() |
renderString getName()
org.semanticweb.owlapi.model.IRI getIRI()
VariableType<O> getType()
VariableTypevoid accept(VariableVisitor visitor)
visitor - visitor<T> T accept(VariableVisitorEx<T> visitor)
T - visitor typevisitor - visitorCopyright © 2015 The University of Manchester. All Rights Reserved.