O - typepublic class InputVariable<O extends org.semanticweb.owlapi.model.OWLObject> extends Object implements Variable<O>
| 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
|
boolean |
equals(Object obj) |
org.semanticweb.owlapi.model.IRI |
getIRI() |
String |
getName() |
VariableType<O> |
getType() |
VariableScope<?> |
getVariableScope() |
int |
hashCode() |
String |
render(ConstraintSystem constraintSystem) |
String |
toString() |
public String getName()
public org.semanticweb.owlapi.model.IRI getIRI()
public VariableType<O> getType()
getType in interface Variable<O extends org.semanticweb.owlapi.model.OWLObject>VariableTypepublic VariableScope<?> getVariableScope()
public <T> T accept(VariableVisitorEx<T> visitor)
Variablepublic void accept(VariableVisitor visitor)
Variablepublic String render(ConstraintSystem constraintSystem)
render in interface RenderableconstraintSystem - constraintSystemCopyright © 2015 The University of Manchester. All Rights Reserved.