|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLAnnotationAssertionAxiom
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Nov-2006
Method Summary | |
---|---|
OWLAnnotation |
getAnnotation()
Gets the combination of the annotation property and the annotation value as an OWLAnnotation
object. |
OWLAnnotationAssertionAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without annotations. |
OWLAnnotationProperty |
getProperty()
Gets the annotation property. |
OWLAnnotationSubject |
getSubject()
Gets the subject of the annotation assertion. |
OWLAnnotationValue |
getValue()
Gets the annotation value. |
boolean |
isDeprecatedIRIAssertion()
Determines if this annotation assertion deprecates the IRI that is the subject of the annotation. |
Methods inherited from interface org.semanticweb.owlapi.model.OWLAxiom |
---|
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getNNF, isAnnotated, isLogicalAxiom, isOfType, isOfType |
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 |
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 |
Method Detail |
---|
OWLAnnotationSubject getSubject()
IRI
or
an OWLAnonymousIndividual
.
OWLAnnotationProperty getProperty()
OWLAnnotationValue getValue()
IRI
, an OWLAnonymousIndividual
or an OWLLiteral
. Annotation values can be visited with an OWLAnnotationValueVisitor
.
org.semanticweb.owlapi.model.OWLAnnotationValueVisitor}
,
OWLAnnotationValueVisitorEx}
OWLAnnotation getAnnotation()
OWLAnnotation
object.
boolean isDeprecatedIRIAssertion()
true
if this annotation assertion deprecates the subject IRI of the assertion, otherwise
false
.OWLAnnotation#isDeprecatedIRIAnnotation()}
OWLAnnotationAssertionAxiom getAxiomWithoutAnnotations()
OWLAxiom
getAxiomWithoutAnnotations
in interface OWLAxiom
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |