public class OWLSubAnnotationPropertyOfAxiomImpl extends OWLAxiomImpl implements org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLSubAnnotationPropertyOfAxiomImpl(org.semanticweb.owlapi.model.OWLAnnotationProperty subProperty,
org.semanticweb.owlapi.model.OWLAnnotationProperty superProperty,
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.OWLSubAnnotationPropertyOfAxiom |
getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
org.semanticweb.owlapi.model.AxiomType<?> |
getAxiomType() |
org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom |
getAxiomWithoutAnnotations() |
org.semanticweb.owlapi.model.OWLAnnotationProperty |
getSubProperty() |
org.semanticweb.owlapi.model.OWLAnnotationProperty |
getSuperProperty() |
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 OWLSubAnnotationPropertyOfAxiomImpl(org.semanticweb.owlapi.model.OWLAnnotationProperty subProperty,
org.semanticweb.owlapi.model.OWLAnnotationProperty superProperty,
Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations)
subProperty - sub propertysuperProperty - super propertyannotations - annotations on the axiompublic org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations)
getAnnotatedAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLAxiomgetAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiompublic org.semanticweb.owlapi.model.OWLAnnotationProperty getSubProperty()
getSubProperty in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiompublic org.semanticweb.owlapi.model.OWLAnnotationProperty getSuperProperty()
getSuperProperty in interface org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiompublic 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 isLogicalAxiom()
isLogicalAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic boolean isAnnotationAxiom()
isAnnotationAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic org.semanticweb.owlapi.model.AxiomType<?> getAxiomType()
getAxiomType in interface org.semanticweb.owlapi.model.OWLAxiompublic 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.OWLObjectprotected int compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplpublic boolean equals(Object obj)
equals in class OWLAxiomImplCopyright © 2014 The University of Manchester. All Rights Reserved.