public class OWLAnnotationImpl extends OWLObjectImpl implements OWLAnnotation
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLAnnotationImpl(OWLAnnotationProperty property,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAnnotationObjectVisitor visitor) |
<O> O |
accept(OWLAnnotationObjectVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(Object obj) |
OWLAnnotation |
getAnnotatedAnnotation(Set<OWLAnnotation> annotationsToAdd) |
Set<OWLAnnotation> |
getAnnotations() |
OWLAnnotationProperty |
getProperty() |
OWLAnnotationValue |
getValue() |
boolean |
isComment()
Deprecated.
|
boolean |
isDeprecatedIRIAnnotation()
Determines if this annotation is an annotation used to deprecate an IRI.
|
boolean |
isLabel()
Deprecated.
|
compareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLAnnotationImpl(OWLAnnotationProperty property, OWLAnnotationValue value, Set<? extends OWLAnnotation> annotations)
public Set<OWLAnnotation> getAnnotations()
getAnnotations in interface OWLAnnotationpublic OWLAnnotationProperty getProperty()
getProperty in interface OWLAnnotationpublic OWLAnnotationValue getValue()
getValue in interface OWLAnnotationpublic OWLAnnotation getAnnotatedAnnotation(Set<OWLAnnotation> annotationsToAdd)
getAnnotatedAnnotation in interface OWLAnnotation@Deprecated public boolean isComment()
@Deprecated public boolean isLabel()
public boolean isDeprecatedIRIAnnotation()
owl:deprecated and the value of the annotation is "true"^^xsd:booleanisDeprecatedIRIAnnotation in interface OWLAnnotationtrue if this annotation is an annotation that can be used to deprecate an IRI, otherwise
false.public boolean equals(Object obj)
equals in class OWLObjectImplprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public void accept(OWLAnnotationObjectVisitor visitor)
accept in interface OWLAnnotationpublic <O> O accept(OWLAnnotationObjectVisitorEx<O> visitor)
accept in interface OWLAnnotationCopyright © 2013 CSIRO HRPPC. All Rights Reserved.