public class OWLObjectIntersectionOfImpl extends OWLNaryBooleanClassExpressionImpl implements OWLObjectIntersectionOf
| Constructor and Description |
|---|
OWLObjectIntersectionOfImpl(Set<? extends OWLClassExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLClassExpressionVisitor visitor) |
<O> O |
accept(OWLClassExpressionVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
Set<OWLClassExpression> |
asConjunctSet() |
boolean |
containsConjunct(OWLClassExpression ce) |
boolean |
equals(Object obj) |
ClassExpressionType |
getClassExpressionType() |
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getOperands, getOperandsAsList, isClassExpressionLiteralasDisjunctSet, asOWLClass, getComplementNNF, getNNF, getObjectComplementOf, isOWLNothing, isOWLThingcompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringgetOperands, getOperandsAsListasDisjunctSet, asOWLClass, getComplementNNF, getNNF, getObjectComplementOf, isClassExpressionLiteral, isOWLNothing, isOWLThinggetNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedpublic OWLObjectIntersectionOfImpl(@Nonnull Set<? extends OWLClassExpression> operands)
operands - operandspublic ClassExpressionType getClassExpressionType()
getClassExpressionType in interface OWLClassExpressionpublic boolean equals(Object obj)
equals in class OWLNaryBooleanClassExpressionImplpublic void accept(@Nonnull OWLClassExpressionVisitor visitor)
accept in interface OWLClassExpressionpublic void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public <O> O accept(OWLClassExpressionVisitorEx<O> visitor)
accept in interface OWLClassExpressionpublic Set<OWLClassExpression> asConjunctSet()
asConjunctSet in interface OWLClassExpressionasConjunctSet in class OWLAnonymousClassExpressionImplpublic boolean containsConjunct(OWLClassExpression ce)
containsConjunct in interface OWLClassExpressioncontainsConjunct in class OWLAnonymousClassExpressionImplCopyright © 2020 The University of Manchester. All rights reserved.