public class StringAnnotationVisitor extends Object implements OWLAnnotationValueVisitorEx<String>, Serializable
| Constructor and Description |
|---|
StringAnnotationVisitor() |
| Modifier and Type | Method and Description |
|---|---|
String |
visit(IRI iri)
visit IRI type
|
String |
visit(OWLAnonymousIndividual individual)
visit OWLAnonymousIndividual type
|
String |
visit(OWLLiteral literal)
visit OWLLiteral type
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoDefaultpublic String visit(IRI iri)
OWLAnnotationValueVisitorExvisit in interface OWLAnnotationValueVisitorEx<String>iri - object to visitpublic String visit(OWLAnonymousIndividual individual)
OWLAnonymousIndividualVisitorExBasevisit in interface OWLAnonymousIndividualVisitorExBase<String>individual - object to visitpublic String visit(OWLLiteral literal)
OWLLiteralVisitorExBasevisit in interface OWLLiteralVisitorExBase<String>literal - node to visitCopyright © 2021 The University of Manchester. All rights reserved.