public class OWLAnnotationImpl extends OWLObjectImpl implements org.semanticweb.owlapi.model.OWLAnnotation
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLAnnotationImpl(org.semanticweb.owlapi.model.OWLAnnotationProperty property,
org.semanticweb.owlapi.model.OWLAnnotationValue value,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.semanticweb.owlapi.model.OWLAnnotationObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLAnnotationObjectVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object) |
boolean |
equals(Object obj) |
org.semanticweb.owlapi.model.OWLAnnotation |
getAnnotatedAnnotation(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotationsToAdd) |
Set<org.semanticweb.owlapi.model.OWLAnnotation> |
getAnnotations() |
org.semanticweb.owlapi.model.OWLAnnotationProperty |
getProperty() |
org.semanticweb.owlapi.model.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(org.semanticweb.owlapi.model.OWLAnnotationProperty property,
org.semanticweb.owlapi.model.OWLAnnotationValue value,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations)
property - annotation propertyvalue - annotation valueannotations - annotations on the axiompublic Set<org.semanticweb.owlapi.model.OWLAnnotation> getAnnotations()
getAnnotations in interface org.semanticweb.owlapi.model.OWLAnnotationpublic org.semanticweb.owlapi.model.OWLAnnotationProperty getProperty()
getProperty in interface org.semanticweb.owlapi.model.OWLAnnotationpublic org.semanticweb.owlapi.model.OWLAnnotationValue getValue()
getValue in interface org.semanticweb.owlapi.model.OWLAnnotationpublic org.semanticweb.owlapi.model.OWLAnnotation getAnnotatedAnnotation(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotationsToAdd)
getAnnotatedAnnotation in interface org.semanticweb.owlapi.model.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 org.semanticweb.owlapi.model.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(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic void accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic <O> O accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic void accept(org.semanticweb.owlapi.model.OWLAnnotationObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLAnnotationpublic <O> O accept(org.semanticweb.owlapi.model.OWLAnnotationObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLAnnotationCopyright © 2014 The University of Manchester. All Rights Reserved.