T - the type of the wrapped objectpublic class ElkLiteralWrap<T extends org.semanticweb.owlapi.model.OWLLiteral> extends ElkObjectWrap<T> implements ElkLiteral
ElkLiteral interface by wrapping instances of
OWLLiteralconverter, owlObject| Constructor and Description |
|---|
ElkLiteralWrap(T owlLiteral) |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
accept(ElkLiteralVisitor<O> visitor) |
<O> O |
accept(ElkObjectVisitor<O> visitor) |
ElkDatatype |
getDatatype() |
String |
getLexicalForm() |
hashCodepublic ElkLiteralWrap(T owlLiteral)
public String getLexicalForm()
getLexicalForm in interface ElkLiteralpublic ElkDatatype getDatatype()
getDatatype in interface ElkLiteralpublic <O> O accept(ElkObjectVisitor<O> visitor)
public <O> O accept(ElkLiteralVisitor<O> visitor)
accept in interface ElkLiteralCopyright © 2011-2015 Department of Computer Science, University of Oxford. All Rights Reserved.