public abstract class OWLNaryClassAxiomImpl extends OWLClassAxiomImpl implements org.semanticweb.owlapi.model.OWLNaryClassAxiom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLNaryClassAxiomImpl(Set<? extends org.semanticweb.owlapi.model.OWLClassExpression> classExpressions,
Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object) |
boolean |
contains(org.semanticweb.owlapi.model.OWLClassExpression ce) |
boolean |
equals(Object obj) |
Set<org.semanticweb.owlapi.model.OWLClassExpression> |
getClassExpressions() |
List<org.semanticweb.owlapi.model.OWLClassExpression> |
getClassExpressionsAsList() |
Set<org.semanticweb.owlapi.model.OWLClassExpression> |
getClassExpressionsMinus(org.semanticweb.owlapi.model.OWLClassExpression... descs) |
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, waitaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypeaccept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLNaryClassAxiomImpl(Set<? extends org.semanticweb.owlapi.model.OWLClassExpression> classExpressions, Collection<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations)
classExpressions - classesannotations - annotationspublic Set<org.semanticweb.owlapi.model.OWLClassExpression> getClassExpressions()
getClassExpressions in interface org.semanticweb.owlapi.model.OWLNaryClassAxiompublic List<org.semanticweb.owlapi.model.OWLClassExpression> getClassExpressionsAsList()
getClassExpressionsAsList in interface org.semanticweb.owlapi.model.OWLNaryClassAxiompublic boolean contains(org.semanticweb.owlapi.model.OWLClassExpression ce)
contains in interface org.semanticweb.owlapi.model.OWLNaryClassAxiompublic Set<org.semanticweb.owlapi.model.OWLClassExpression> getClassExpressionsMinus(org.semanticweb.owlapi.model.OWLClassExpression... descs)
getClassExpressionsMinus in interface org.semanticweb.owlapi.model.OWLNaryClassAxiompublic boolean equals(Object obj)
equals in class OWLAxiomImplprotected int compareObjectOfSameType(org.semanticweb.owlapi.model.OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.