org.semanticweb.owlapi.model
Interface OWLAnnotationValue
- All Superinterfaces:
- java.lang.Comparable<OWLObject>, OWLAnnotationObject, OWLObject
- All Known Subinterfaces:
- OWLAnonymousIndividual, OWLLiteral, OWLStringLiteral, OWLTypedLiteral
- All Known Implementing Classes:
- IRI, OWLAnonymousIndividualImpl, OWLLiteralImpl, OWLStringLiteralImpl, OWLTypedLiteralImpl
public interface OWLAnnotationValue
- extends OWLAnnotationObject
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 13-Jan-2009
A marker interface for annotation values, which can either be an IRI (URI),
Literal or Anonymous Individual.
Methods inherited from interface java.lang.Comparable |
compareTo |
accept
void accept(OWLAnnotationValueVisitor visitor)
accept
<O> O accept(OWLAnnotationValueVisitorEx<O> visitor)