public class OWLObjectIntersectionOfImpl extends OWLNaryBooleanClassExpressionImpl implements org.semanticweb.owlapi.model.OWLObjectIntersectionOf
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLObjectIntersectionOfImpl(Set<? extends org.semanticweb.owlapi.model.OWLClassExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.semanticweb.owlapi.model.OWLClassExpressionVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor) |
Set<org.semanticweb.owlapi.model.OWLClassExpression> |
asConjunctSet() |
boolean |
containsConjunct(org.semanticweb.owlapi.model.OWLClassExpression ce) |
boolean |
equals(Object obj) |
org.semanticweb.owlapi.model.ClassExpressionType |
getClassExpressionType() |
compareObjectOfSameType, getOperands, getOperandsAsList, isClassExpressionLiteralasDisjunctSet, asOWLClass, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isOWLNothing, isOWLThingcompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOperands, getOperandsAsListasDisjunctSet, asOWLClass, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isClassExpressionLiteral, isOWLNothing, isOWLThinggetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLObjectIntersectionOfImpl(Set<? extends org.semanticweb.owlapi.model.OWLClassExpression> operands)
operands - operandspublic org.semanticweb.owlapi.model.ClassExpressionType getClassExpressionType()
getClassExpressionType in interface org.semanticweb.owlapi.model.OWLClassExpressionpublic boolean equals(Object obj)
equals in class OWLNaryBooleanClassExpressionImplpublic void accept(org.semanticweb.owlapi.model.OWLClassExpressionVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLClassExpressionpublic 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.OWLObjectpublic <O> O accept(org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLClassExpressionpublic Set<org.semanticweb.owlapi.model.OWLClassExpression> asConjunctSet()
asConjunctSet in interface org.semanticweb.owlapi.model.OWLClassExpressionasConjunctSet in class OWLAnonymousClassExpressionImplpublic boolean containsConjunct(org.semanticweb.owlapi.model.OWLClassExpression ce)
containsConjunct in interface org.semanticweb.owlapi.model.OWLClassExpressioncontainsConjunct in class OWLAnonymousClassExpressionImplCopyright © 2014 The University of Manchester. All Rights Reserved.