public class OWLObjectComplementOfImpl extends OWLAnonymousClassExpressionImpl implements OWLObjectComplementOf
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLObjectComplementOfImpl(OWLClassExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLClassExpressionVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLClassExpressionVisitorEx<O> visitor)
Accepts a visitor
|
void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
protected int |
compareObjectOfSameType(OWLObject object) |
boolean |
equals(Object obj) |
ClassExpressionType |
getClassExpressionType()
Gets the class expression type for this class expression
|
OWLClassExpression |
getOperand() |
boolean |
isClassExpressionLiteral()
Determines if this class is a literal.
|
asConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, 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, waitasConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isOWLNothing, isOWLThinggetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLObjectComplementOfImpl(OWLClassExpression operand)
operand - class to complementpublic ClassExpressionType getClassExpressionType()
OWLClassExpressiongetClassExpressionType in interface OWLClassExpressionpublic boolean isClassExpressionLiteral()
OWLClassExpressionisClassExpressionLiteral in interface OWLClassExpressiontrue if this is a literal, or false if this is not a
literal.public OWLClassExpression getOperand()
getOperand in interface OWLObjectComplementOfpublic boolean equals(Object obj)
equals in class OWLObjectImplpublic void accept(OWLClassExpressionVisitor visitor)
OWLClassExpressionaccept in interface OWLClassExpressionvisitor - The visitorpublic void accept(OWLObjectVisitor visitor)
OWLObjectpublic <O> O accept(OWLClassExpressionVisitorEx<O> visitor)
OWLClassExpressionaccept in interface OWLClassExpressionO - visitor return typevisitor - The visitorpublic <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectprotected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.