owlapy.model.OWLAnonymousClassExpression¶
-
class
owlapy.model.
OWLAnonymousClassExpression
[source]¶ Bases:
owlapy.model.OWLClassExpression
A Class Expression which is not a named Class
Methods
Gets the negation normal form of the complement of this expression.
Gets the object complement of this class expression
Determines if this expression is the built in class owl:Nothing.
Determines if this expression is the built in class owl:Thing.
-
get_nnf
() → owlapy.model.OWLClassExpression[source]¶ Gets the negation normal form of the complement of this expression.
- Returns:
A expression that represents the NNF of the complement of this expression.
-
get_object_complement_of
() → owlapy.model.OWLObjectComplementOf[source]¶ Gets the object complement of this class expression
- Returns:
A class expression that is the complement of this class expression.
-
is_anonymous
() → bool¶
-