public class OWLAnnotationPropertyRangeAxiomImpl extends OWLAxiomImpl implements OWLAnnotationPropertyRangeAxiom
| Modifier and Type | Field and Description |
|---|---|
protected IRI |
range |
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLAnnotationPropertyRangeAxiomImpl(OWLAnnotationProperty property,
IRI range,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(Object obj) |
OWLAnnotationPropertyRangeAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLAnnotationPropertyRangeAxiom |
getAxiomWithoutAnnotations() |
OWLAnnotationProperty |
getProperty() |
IRI |
getRange() |
boolean |
isAnnotationAxiom() |
boolean |
isLogicalAxiom() |
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, isTopEntitycompareToprotected final IRI range
public OWLAnnotationPropertyRangeAxiomImpl(OWLAnnotationProperty property, IRI range, Collection<? extends OWLAnnotation> annotations)
public OWLAnnotationPropertyRangeAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAnnotationPropertyRangeAxiomgetAxiomWithoutAnnotations in interface OWLAxiompublic OWLAnnotationPropertyRangeAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic OWLAnnotationProperty getProperty()
getProperty in interface OWLAnnotationPropertyRangeAxiompublic IRI getRange()
getRange in interface OWLAnnotationPropertyRangeAxiompublic AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiompublic boolean isLogicalAxiom()
isLogicalAxiom in interface OWLAxiompublic boolean isAnnotationAxiom()
isAnnotationAxiom in interface OWLAxiomprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public void accept(OWLAxiomVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public boolean equals(Object obj)
equals in class OWLAxiomImplCopyright © 2013 CSIRO HRPPC. All Rights Reserved.