org.semanticweb.kaon2.api.owl.elements
Interface OWLClass
- All Superinterfaces:
- Description, Entity, OWLEntity, Predicate
public interface OWLClass
- extends OWLEntity, Description
Represents a class in an ontology.
|
Field Summary |
static java.lang.String |
OWL_NOTHING
The owl:Nothing URI. |
static java.lang.String |
OWL_THING
The owl:Thing URI. |
| Methods inherited from interface org.semanticweb.kaon2.api.owl.elements.Description |
accept, getComplementNNF, getDataPropertiesFrom, getDisjointDescriptions, getEquivalentDescriptions, getMemberIndividuals, getNNF, getObjectPropertiesFrom, getObjectPropertiesTo, getSimplified, getSubDescriptions, getSuperDescriptions, isInNNF, toString |
OWL_THING
static final java.lang.String OWL_THING
- The owl:Thing URI.
- See Also:
- Constant Field Values
OWL_NOTHING
static final java.lang.String OWL_NOTHING
- The owl:Nothing URI.
- See Also:
- Constant Field Values