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, wait
doDefault
public String visit(IRI iri)
OWLAnnotationValueVisitorEx
visit
in interface OWLAnnotationValueVisitorEx<String>
iri
- object to visitpublic String visit(OWLAnonymousIndividual individual)
OWLAnonymousIndividualVisitorExBase
visit
in interface OWLAnonymousIndividualVisitorExBase<String>
individual
- object to visitpublic String visit(OWLLiteral literal)
OWLLiteralVisitorExBase
visit
in interface OWLLiteralVisitorExBase<String>
literal
- node to visitCopyright © 2020 The University of Manchester. All rights reserved.