public class OWLAnnotationPropertyRangeAxiomImpl extends OWLAxiomImpl implements org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom
| Modifier and Type | Field and Description |
|---|---|
protected org.semanticweb.owlapi.model.IRI |
range |
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLAnnotationPropertyRangeAxiomImpl(org.semanticweb.owlapi.model.OWLAnnotationProperty property,
org.semanticweb.owlapi.model.IRI range,
Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.semanticweb.owlapi.model.OWLAxiomVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLAxiomVisitorEx<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.OWLAnnotationPropertyRangeAxiom |
getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
org.semanticweb.owlapi.model.AxiomType<?> |
getAxiomType() |
org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom |
getAxiomWithoutAnnotations() |
org.semanticweb.owlapi.model.OWLAnnotationProperty |
getProperty() |
org.semanticweb.owlapi.model.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, isTopEntitycompareTopublic OWLAnnotationPropertyRangeAxiomImpl(org.semanticweb.owlapi.model.OWLAnnotationProperty property,
org.semanticweb.owlapi.model.IRI range,
Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations)
property - propertyrange - rangeannotations - annotations on the axiompublic org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiomgetAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLAxiompublic org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations)
getAnnotatedAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic org.semanticweb.owlapi.model.OWLAnnotationProperty getProperty()
getProperty in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiompublic org.semanticweb.owlapi.model.IRI getRange()
getRange in interface org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiompublic org.semanticweb.owlapi.model.AxiomType<?> getAxiomType()
getAxiomType in interface org.semanticweb.owlapi.model.OWLAxiompublic boolean isLogicalAxiom()
isLogicalAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic boolean isAnnotationAxiom()
isAnnotationAxiom in interface org.semanticweb.owlapi.model.OWLAxiomprotected 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.OWLAxiomVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLAxiompublic <O> O accept(org.semanticweb.owlapi.model.OWLAxiomVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLAxiompublic boolean equals(Object obj)
equals in class OWLAxiomImplCopyright © 2014 The University of Manchester. All Rights Reserved.