public abstract class OWLAnonymousClassExpressionImpl extends OWLClassExpressionImpl implements OWLAnonymousClassExpression
| Constructor and Description |
|---|
OWLAnonymousClassExpressionImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLClassExpression> |
asConjunctSet() |
Set<OWLClassExpression> |
asDisjunctSet() |
OWLClass |
asOWLClass() |
boolean |
containsConjunct(OWLClassExpression ce) |
OWLClassExpression |
getComplementNNF() |
OWLClassExpression |
getNNF() |
OWLClassExpression |
getObjectComplementOf() |
boolean |
isAnonymous() |
boolean |
isOWLNothing() |
boolean |
isOWLThing() |
compareTo, containsEntityInSignature, equals, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringaccept, accept, getClassExpressionType, isClassExpressionLiteralaccept, accept, getNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic boolean isAnonymous()
isAnonymous in interface OWLClassExpressionpublic boolean isOWLThing()
isOWLThing in interface OWLClassExpressionpublic boolean isOWLNothing()
isOWLNothing in interface OWLClassExpressionpublic OWLClassExpression getNNF()
getNNF in interface OWLClassExpressionpublic OWLClassExpression getComplementNNF()
getComplementNNF in interface OWLClassExpression@Nonnull public OWLClassExpression getObjectComplementOf()
getObjectComplementOf in interface OWLClassExpressionpublic OWLClass asOWLClass()
asOWLClass in interface OWLClassExpressionpublic Set<OWLClassExpression> asConjunctSet()
asConjunctSet in interface OWLClassExpressionpublic boolean containsConjunct(OWLClassExpression ce)
containsConjunct in interface OWLClassExpressionpublic Set<OWLClassExpression> asDisjunctSet()
asDisjunctSet in interface OWLClassExpressionCopyright © 2016 The University of Manchester. All Rights Reserved.