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.
 
Method Summary
 
Methods inherited from interface org.semanticweb.kaon2.api.owl.elements.OWLEntity
getAnnotations, getAnnotationValue, getAnnotationValues, getAnnotationValues
 
Methods inherited from interface org.semanticweb.kaon2.api.Entity
accept, getURI, toString
 
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
 
Methods inherited from interface org.semanticweb.kaon2.api.rules.Predicate
getArity
 

Field Detail

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