org.semanticweb.HermiT.model
Class LiteralConcept

java.lang.Object
  extended by org.semanticweb.HermiT.model.Concept
      extended by org.semanticweb.HermiT.model.LiteralConcept
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AtomicConcept, AtomicNegationConcept

public abstract class LiteralConcept
extends Concept

Represents a literal concept -- that is, an atomic concept, a negation of an atomic concept, or a data range.

See Also:
Serialized Form

Constructor Summary
LiteralConcept()
           
 
Method Summary
abstract  LiteralConcept getNegation()
           
 
Methods inherited from class org.semanticweb.HermiT.model.Concept
isAlwaysFalse, isAlwaysTrue, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiteralConcept

public LiteralConcept()
Method Detail

getNegation

public abstract LiteralConcept getNegation()