public abstract class OWLNaryClassAxiomImpl extends OWLClassAxiomImpl implements OWLNaryClassAxiom
| Constructor and Description |
|---|
OWLNaryClassAxiomImpl(java.util.Set<? extends OWLClassExpression> classExpressions,
java.util.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(java.lang.Object obj) |
java.util.Set<OWLClassExpression> |
getClassExpressions()
Gets all of the top level class expressions that appear in this
axiom.
|
java.util.List<OWLClassExpression> |
getClassExpressionsAsList()
A convenience method that obtains the class expression returned by the
OWLNaryClassAxiom.getClassExpressions() method
as a list of class expressions. |
java.util.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, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getOWLDataFactory, getSignature, hashCode, isBottomEntity, isTopEntity, setOWLDataFactory, 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, isTopEntityasPairwiseAxiomsasOWLSubClassOfAxiomspublic OWLNaryClassAxiomImpl(java.util.Set<? extends OWLClassExpression> classExpressions, java.util.Collection<? extends OWLAnnotation> annotations)
public java.util.Set<OWLClassExpression> getClassExpressions()
OWLNaryClassAxiomgetClassExpressions in interface OWLNaryClassAxiomSet of class expressions that appear in the
axiom.public java.util.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 java.util.Set<OWLClassExpression> getClassExpressionsMinus(OWLClassExpression... descs)
OWLNaryClassAxiomgetClassExpressionsMinus in interface OWLNaryClassAxiomdescs - The class expressions to subtract from the class expressions in this axiompublic boolean equals(java.lang.Object obj)
equals in class OWLAxiomImplprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImpl