public interface OWLAnnotationAssertionAxiom extends OWLAnnotationAxiom
Modifier and Type | Method and Description |
---|---|
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.
|
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfType
accept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
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