public class OWLClassImpl extends OWLClassExpressionImpl implements OWLClass, Serializable
asOWLDataProperty, isOWLDataPropertyasOWLAnnotationProperty, isOWLAnnotationPropertyasOWLObjectProperty, isOWLObjectProperty| Constructor and Description |
|---|
OWLClassImpl(IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLClassExpression> |
asConjunctSet()
Interprets this expression as a conjunction and returns the conjuncts.
|
Set<OWLClassExpression> |
asDisjunctSet()
Interprets this expression as a disjunction and returns the disjuncts.
|
boolean |
containsConjunct(OWLClassExpression ce)
Determines if this class expression contains a particular conjunct.
|
OWLClassExpression |
getComplementNNF()
Gets the negation normal form of the complement of this expression.
|
IRI |
getIRI()
Gets the IRI of this object.
|
OWLClassExpression |
getNNF()
Gets this expression in negation normal form.
|
OWLClassExpression |
getObjectComplementOf()
Gets the object complement of this class expression.
|
boolean |
isBuiltIn()
Determines if this entity is a built in entity.
|
boolean |
isOWLNothing()
Determines if this expression is the built in class owl:Nothing.
|
boolean |
isOWLThing()
Determines if this expression is the built in class owl:Thing.
|
String |
toStringID()
Returns a string representation that can be used as the ID of this
entity.
|
annotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, accept, accept, accept, accept, getClassExpressionType, getEntityType, hashIndex, isBottomEntity, isClassExpressionLiteral, isOWLClass, isTopEntity, typeIndexconjunctSet, disjunctSetcomponentsgetNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isAxiom, isIndividual, isIRI, isOntology, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturecomponentsAnnotationsFirst, componentsWithoutAnnotationsisAnonymousasOWLClassasOWLDataProperty, isOWLDataPropertyasOWLDatatype, isOWLDatatypeasOWLAnnotationProperty, isOWLAnnotationPropertyasOWLNamedIndividual, isOWLNamedIndividualasOWLObjectProperty, isOWLObjectPropertyaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLClassImpl(IRI iri)
iri - class iripublic OWLClassExpression getObjectComplementOf()
OWLClassExpressiongetObjectComplementOf in interface OWLClassExpressionpublic String toStringID()
OWLEntitytoStringID in interface OWLEntitypublic boolean isBuiltIn()
OWLEntitypublic boolean isOWLThing()
OWLClassExpressionisOWLThing in interface OWLClassExpressiontrue if this expression is owl:Thing, or false if
this expression is not owl:Thingpublic boolean isOWLNothing()
OWLClassExpressionisOWLNothing in interface OWLClassExpressiontrue if this expression is owl:Nothing, or false
if this expression is not owl:Nothing.public OWLClassExpression getNNF()
OWLClassExpressiongetNNF in interface OWLClassExpressionpublic Set<OWLClassExpression> asConjunctSet()
OWLClassExpressionasConjunctSet in interface OWLClassExpressionpublic boolean containsConjunct(OWLClassExpression ce)
OWLClassExpressioncontainsConjunct in interface OWLClassExpressionce - The conjunct to test fortrue if this class expression is equal to ce or
if this class expression is an ObjectIntersectionOf
(possibly nested withing another ObjectIntersectionOf)
that contains ce, otherwise false.public Set<OWLClassExpression> asDisjunctSet()
OWLClassExpressionasDisjunctSet in interface OWLClassExpressionpublic OWLClassExpression getComplementNNF()
OWLClassExpressiongetComplementNNF in interface OWLClassExpressionCopyright © 2017 The University of Manchester. All Rights Reserved.