public class OWLAnnotationAssertionAxiomImpl extends OWLAxiomImpl implements OWLAnnotationAssertionAxiom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLAnnotationAssertionAxiomImpl(OWLAnnotationSubject subject,
OWLAnnotationProperty property,
OWLAnnotationValue value,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(Object obj) |
OWLAnnotationAssertionAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations)
Gets a copy of this axiom that is annotated with the specified
annotations.
|
OWLAnnotation |
getAnnotation()
Gets the combination of the annotation property and the annotation value
as an
OWLAnnotation object. |
AxiomType<?> |
getAxiomType()
Gets the axiom type for this axiom.
|
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 |
isAnnotationAxiom()
Determines if this axioms in an annotation axiom (an instance of
OWLAnnotationAxiom) |
boolean |
isDeprecatedIRIAssertion()
Determines if this annotation assertion deprecates the IRI that is the
subject of the annotation.
|
boolean |
isLogicalAxiom()
Determines if this axiom is a logical axiom.
|
accept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfType, mergeAnnoscompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypegetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLAnnotationAssertionAxiomImpl(OWLAnnotationSubject subject, OWLAnnotationProperty property, OWLAnnotationValue value, Collection<? extends OWLAnnotation> annotations)
subject - subject for axiomproperty - annotation propertyvalue - annotation valueannotations - annotations on the axiompublic OWLAnnotationAssertionAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAnnotationAssertionAxiomgetAxiomWithoutAnnotations in interface OWLAxiompublic boolean isDeprecatedIRIAssertion()
isDeprecatedIRIAssertion in interface OWLAnnotationAssertionAxiomtrue if this annotation assertion deprecates the subject
IRI of the assertion, otherwise false.OWLAnnotation.isDeprecatedIRIAnnotation()public OWLAnnotationAssertionAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
OWLAxiomgetAnnotatedAxiom in interface OWLAxiomannotations - The annotations that will be added to existing annotations to
annotate the copy of this axiomOWLAxiom#getAnnotations() method.public OWLAnnotationValue getValue()
OWLAnnotationAssertionAxiomIRI, an
OWLAnonymousIndividual or an
OWLLiteral. Annotation values can be visited with an
OWLAnnotationValueVisitor.getValue in interface OWLAnnotationAssertionAxiomOWLAnnotationValueVisitor,
OWLAnnotationValueVisitorExpublic OWLAnnotationSubject getSubject()
OWLAnnotationAssertionAxiomIRI or an
OWLAnonymousIndividual.getSubject in interface OWLAnnotationAssertionAxiompublic OWLAnnotationProperty getProperty()
OWLAnnotationAssertionAxiomgetProperty in interface OWLAnnotationAssertionAxiompublic OWLAnnotation getAnnotation()
OWLAnnotationAssertionAxiomOWLAnnotation object.getAnnotation in interface OWLAnnotationAssertionAxiompublic boolean isLogicalAxiom()
OWLAxiomisLogicalAxiom in interface OWLAxiomtrue if the axiom is a logical axiom, false if
the axiom is not a logical axiom.public boolean isAnnotationAxiom()
OWLAxiomOWLAnnotationAxiom)isAnnotationAxiom in interface OWLAxiomtrue if this axiom is an instance of
OWLAnnotationAxiom, otherwise false.protected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic void accept(OWLObjectVisitor visitor)
OWLObjectpublic void accept(OWLAxiomVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectpublic AxiomType<?> getAxiomType()
OWLAxiomgetAxiomType in interface OWLAxiompublic boolean equals(Object obj)
equals in class OWLAxiomImplCopyright © 2014 The University of Manchester. All Rights Reserved.