public class OWLSubClassOfAxiomImpl extends OWLClassAxiomImpl implements org.semanticweb.owlapi.model.OWLSubClassOfAxiom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLSubClassOfAxiomImpl(org.semanticweb.owlapi.model.OWLClassExpression subClass,
org.semanticweb.owlapi.model.OWLClassExpression superClass,
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 |
contains(org.semanticweb.owlapi.model.OWLClassExpression ce)
Deprecated.
|
boolean |
equals(Object obj) |
org.semanticweb.owlapi.model.OWLSubClassOfAxiom |
getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
org.semanticweb.owlapi.model.AxiomType<?> |
getAxiomType() |
org.semanticweb.owlapi.model.OWLSubClassOfAxiom |
getAxiomWithoutAnnotations() |
Set<org.semanticweb.owlapi.model.OWLClassExpression> |
getClassExpressions()
Deprecated.
|
Set<org.semanticweb.owlapi.model.OWLClassExpression> |
getClassExpressionsMinus(org.semanticweb.owlapi.model.OWLClassExpression... desc)
Deprecated.
|
org.semanticweb.owlapi.model.OWLClassExpression |
getSubClass() |
org.semanticweb.owlapi.model.OWLClassExpression |
getSuperClass() |
boolean |
isGCI() |
isAnnotationAxiom, isLogicalAxiomaccept, 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, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypegetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLSubClassOfAxiomImpl(org.semanticweb.owlapi.model.OWLClassExpression subClass,
org.semanticweb.owlapi.model.OWLClassExpression superClass,
Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations)
subClass - subclasssuperClass - superclassannotations - annotations@Deprecated public Set<org.semanticweb.owlapi.model.OWLClassExpression> getClassExpressions()
@Deprecated public Set<org.semanticweb.owlapi.model.OWLClassExpression> getClassExpressionsMinus(org.semanticweb.owlapi.model.OWLClassExpression... desc)
public org.semanticweb.owlapi.model.OWLSubClassOfAxiom getAnnotatedAxiom(Set<org.semanticweb.owlapi.model.OWLAnnotation> annotations)
getAnnotatedAxiom in interface org.semanticweb.owlapi.model.OWLAxiompublic org.semanticweb.owlapi.model.OWLSubClassOfAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLAxiomgetAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiom@Deprecated public boolean contains(org.semanticweb.owlapi.model.OWLClassExpression ce)
public org.semanticweb.owlapi.model.OWLClassExpression getSubClass()
getSubClass in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiompublic org.semanticweb.owlapi.model.OWLClassExpression getSuperClass()
getSuperClass in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiompublic boolean isGCI()
isGCI in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiompublic boolean equals(Object obj)
equals in class OWLAxiomImplpublic void accept(org.semanticweb.owlapi.model.OWLAxiomVisitor visitor)
accept 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.OWLAxiomVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLAxiompublic <O> O accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic org.semanticweb.owlapi.model.AxiomType<?> getAxiomType()
getAxiomType in interface org.semanticweb.owlapi.model.OWLAxiomprotected int compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.