org.semanticweb.owlapi.model
Interface OWLAnnotationObject

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject
All Known Subinterfaces:
OWLAnnotationAssertionAxiom, OWLAnnotationAxiom, OWLAnnotationPropertyDomainAxiom, OWLAnnotationPropertyRangeAxiom, OWLAnnotationSubject, OWLAnnotationValue, OWLAnonymousIndividual, OWLLiteral, OWLSubAnnotationPropertyOfAxiom
All Known Implementing Classes:
IRI, OWLAnnotationAssertionAxiomImpl, OWLAnnotationPropertyDomainAxiomImpl, OWLAnnotationPropertyRangeAxiomImpl, OWLAnonymousIndividualImpl, OWLLiteralImpl, OWLSubAnnotationPropertyOfAxiomImpl

public interface OWLAnnotationObject
extends OWLObject

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009

A marker interface for the values (objects) of annotations.


Method Summary
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
 
Methods inherited from interface java.lang.Comparable
compareTo