org.semanticweb.owlapi.model
Interface OWLAnnotationObject

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

public interface OWLAnnotationObject
extends OWLObject

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

A marker interface for annotation axioms and objects they use


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