public abstract class OWLNaryClassAxiomImpl extends OWLClassAxiomImpl implements OWLNaryClassAxiom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLNaryClassAxiomImpl(Set<? extends OWLClassExpression> classExpressions,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
contains(OWLClassExpression ce)
Determines if this class axiom contains the specified class expression as
an operand
|
boolean |
equals(Object obj) |
Set<OWLClassExpression> |
getClassExpressions()
Gets all of the top level class expressions that appear in this axiom.
|
List<OWLClassExpression> |
getClassExpressionsAsList()
A convenience method that obtains the class expression returned by the
OWLNaryClassAxiom.getClassExpressions() method as a list of class expressions. |
Set<OWLClassExpression> |
getClassExpressionsMinus(OWLClassExpression... descs)
Gets the set of class expressions that appear in this axiom minus the
specfied class expressions.
|
isAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfType, mergeAnnoscompareLists, compareSets, compareTo, containsEntityInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypeaccept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTocontainsEntityInSignatureasPairwiseAxiomsasOWLSubClassOfAxiomspublic OWLNaryClassAxiomImpl(Set<? extends OWLClassExpression> classExpressions, Collection<? extends OWLAnnotation> annotations)
classExpressions - classesannotations - annotationspublic Set<OWLClassExpression> getClassExpressions()
OWLNaryClassAxiomgetClassExpressions in interface OWLNaryClassAxiomSet of class expressions that appear in the axiom.public List<OWLClassExpression> getClassExpressionsAsList()
OWLNaryClassAxiomOWLNaryClassAxiom.getClassExpressions() method as a list of class expressions.getClassExpressionsAsList in interface OWLNaryClassAxiompublic boolean contains(OWLClassExpression ce)
OWLNaryClassAxiomcontains in interface OWLNaryClassAxiomce - The class expression to test fortrue if this axiom contains the specified class
expression as an operand, otherwise false.public Set<OWLClassExpression> getClassExpressionsMinus(OWLClassExpression... descs)
OWLNaryClassAxiomgetClassExpressionsMinus in interface OWLNaryClassAxiomdescs - The class expressions to subtract from the class expressions in
this axiompublic boolean equals(Object obj)
equals in class OWLAxiomImplprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.