|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OWLAnnotation in org.coode.manchesterowlsyntax |
---|
Methods in org.coode.manchesterowlsyntax that return types with arguments of type OWLAnnotation | |
---|---|
java.util.Set<OWLAnnotation> |
ManchesterOWLSyntaxEditorParser.parseAnnotations()
|
Uses of OWLAnnotation in org.coode.owl.functionalparser |
---|
Methods in org.coode.owl.functionalparser that return OWLAnnotation | |
---|---|
OWLAnnotation |
OWLFunctionalSyntaxParser.Annotation()
|
Uses of OWLAnnotation in org.coode.owl.owlxmlparser |
---|
Methods in org.coode.owl.owlxmlparser that return OWLAnnotation | |
---|---|
OWLAnnotation |
OWLAnnotationElementHandler.getOWLObject()
|
Methods in org.coode.owl.owlxmlparser that return types with arguments of type OWLAnnotation | |
---|---|
java.util.Set<OWLAnnotation> |
AbstractOWLAxiomElementHandler.getAnnotations()
|
java.util.Set<OWLAnnotation> |
OWLDeclarationAxiomElementHandler.getEntityAnnotations()
|
Uses of OWLAnnotation in org.semanticweb.owl.io |
---|
Methods in org.semanticweb.owl.io that return types with arguments of type OWLAnnotation | |
---|---|
java.util.Map<java.net.URI,java.util.Set<OWLAnnotation>> |
RDFXMLOntologyFormat.getAnnotationURIAnnotations()
This method and the functionality that it provides are merely a stopgap until the OWL 1.1 specification is fixed. |
Methods in org.semanticweb.owl.io with parameters of type OWLAnnotation | |
---|---|
void |
RDFXMLOntologyFormat.addAnnotationURIAnnotation(java.net.URI uri,
OWLAnnotation anno)
This method and the functionality that it provides are merely a stopgap until the OWL 1.1 specification is fixed. |
void |
RDFXMLOntologyFormat.removeAnnotationURIAnnotation(java.net.URI uri,
OWLAnnotation anno)
This method and the functionality that it provides are merely a stopgap until the OWL 1.1 specification is fixed. |
Uses of OWLAnnotation in org.semanticweb.owl.model |
---|
Subinterfaces of OWLAnnotation in org.semanticweb.owl.model | |
---|---|
interface |
OWLCommentAnnotation
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 An annotation whose URI is rdfs:comment |
interface |
OWLConstantAnnotation
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 Represents an annotation which has a constant (i.e. |
interface |
OWLLabelAnnotation
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 An annotation whose URI is rdfs:label. |
interface |
OWLObjectAnnotation
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 |
Methods in org.semanticweb.owl.model that return OWLAnnotation | |
---|---|
OWLAnnotation<? extends OWLObject> |
OWLAnnotationAxiom.getAnnotation()
Gets the actual annotation |
Methods in org.semanticweb.owl.model that return types with arguments of type OWLAnnotation | |
---|---|
java.util.Set<OWLAnnotation> |
OWLEntity.getAnnotations(OWLOntology ontology)
Obtains annotations on this entity where the annotation have been asserted on the specified entity. |
java.util.Set<OWLAnnotation> |
OWLEntity.getAnnotations(OWLOntology ontology,
java.net.URI annotationURI)
Obtains the annotations on this entity where the annotation has the specified URI. |
Methods in org.semanticweb.owl.model with parameters of type OWLAnnotation | |
---|---|
OWLAxiomAnnotationAxiom |
OWLDataFactory.getOWLAxiomAnnotationAxiom(OWLAxiom axiom,
OWLAnnotation annotation)
|
OWLEntityAnnotationAxiom |
OWLDataFactory.getOWLEntityAnnotationAxiom(OWLEntity entity,
OWLAnnotation annotation)
|
OWLOntologyAnnotationAxiom |
OWLDataFactory.getOWLOntologyAnnotationAxiom(OWLOntology subject,
OWLAnnotation annotation)
|
Uses of OWLAnnotation in org.semanticweb.owl.profiles |
---|
Constructors in org.semanticweb.owl.profiles with parameters of type OWLAnnotation | |
---|---|
OWL2Profile.AnnotationValueNotAllowed(ConstructNotAllowed cause,
OWLAnnotation construct)
|
|
OWL2Profile.AnnotationValueNotAllowed(OWLAnnotation annotation)
|
Uses of OWLAnnotation in uk.ac.manchester.cs.owl |
---|
Classes in uk.ac.manchester.cs.owl that implement OWLAnnotation | |
---|---|
class |
OWLAnnotationImpl<O extends OWLObject>
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 |
class |
OWLCommentAnnotationImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 |
class |
OWLConstantAnnotationImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 |
class |
OWLLabelAnnotationImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 |
class |
OWLObjectAnnotationImpl
Author: Matthew Horridge The University Of Manchester Bio-Health Informatics Group Date: 19-Dec-2006 |
Methods in uk.ac.manchester.cs.owl that return OWLAnnotation | |
---|---|
OWLAnnotation |
OWLAnnotationAxiomImpl.getAnnotation()
|
Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLAnnotation | |
---|---|
static java.util.Set<OWLAnnotation> |
ImplUtils.getAnnotations(OWLEntity entity,
java.util.Set<OWLOntology> ontologies)
|
static java.util.Set<OWLAnnotation> |
ImplUtils.getAnnotations(OWLEntity entity,
java.net.URI annotationURI,
java.util.Set<OWLOntology> ontologies)
|
java.util.Set<OWLAnnotation> |
OWLObjectPropertyImpl.getAnnotations(OWLOntology ontology)
|
java.util.Set<OWLAnnotation> |
OWLIndividualImpl.getAnnotations(OWLOntology ontology)
|
java.util.Set<OWLAnnotation> |
OWLDataTypeImpl.getAnnotations(OWLOntology ontology)
|
java.util.Set<OWLAnnotation> |
OWLDataPropertyImpl.getAnnotations(OWLOntology ontology)
|
java.util.Set<OWLAnnotation> |
OWLClassImpl.getAnnotations(OWLOntology ontology)
|
java.util.Set<OWLAnnotation> |
OWLObjectPropertyImpl.getAnnotations(OWLOntology ontology,
java.net.URI annotationURI)
|
java.util.Set<OWLAnnotation> |
OWLIndividualImpl.getAnnotations(OWLOntology ontology,
java.net.URI annotationURI)
|
java.util.Set<OWLAnnotation> |
OWLDataTypeImpl.getAnnotations(OWLOntology ontology,
java.net.URI annotationURI)
|
java.util.Set<OWLAnnotation> |
OWLDataPropertyImpl.getAnnotations(OWLOntology ontology,
java.net.URI annotationURI)
|
java.util.Set<OWLAnnotation> |
OWLClassImpl.getAnnotations(OWLOntology ontology,
java.net.URI annotationURI)
|
Methods in uk.ac.manchester.cs.owl with parameters of type OWLAnnotation | |
---|---|
OWLAxiomAnnotationAxiom |
OWLDataFactoryImpl.getOWLAxiomAnnotationAxiom(OWLAxiom axiom,
OWLAnnotation annotation)
|
OWLEntityAnnotationAxiom |
OWLDataFactoryImpl.getOWLEntityAnnotationAxiom(OWLEntity entity,
OWLAnnotation annotation)
|
OWLOntologyAnnotationAxiom |
OWLDataFactoryImpl.getOWLOntologyAnnotationAxiom(OWLOntology subject,
OWLAnnotation annotation)
|
Constructors in uk.ac.manchester.cs.owl with parameters of type OWLAnnotation | |
---|---|
OWLAnnotationAxiomImpl(OWLDataFactory dataFactory,
S subject,
OWLAnnotation annotation)
|
|
OWLAxiomAnnotationAxiomImpl(OWLDataFactory dataFactory,
OWLAxiom subject,
OWLAnnotation annotation)
|
|
OWLEntityAnnotationAxiomImpl(OWLDataFactory dataFactory,
OWLEntity subject,
OWLAnnotation annotation)
|
|
OWLOntologyAnnotationAxiomImpl(OWLDataFactory dataFactory,
OWLOntology subject,
OWLAnnotation annotation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |