Uses of Class
org.semanticweb.HermiT.model.LiteralConcept

Packages that use LiteralConcept
org.semanticweb.HermiT.model   
org.semanticweb.HermiT.structural   
 

Uses of LiteralConcept in org.semanticweb.HermiT.model
 

Subclasses of LiteralConcept in org.semanticweb.HermiT.model
 class AtomicConcept
          Represents an atomic concept.
 class AtomicNegationConcept
          Represents a negation of an atomic concept.
 

Fields in org.semanticweb.HermiT.model declared as LiteralConcept
protected  LiteralConcept AtLeastConcept.m_toConcept
           
protected  LiteralConcept AnnotatedEquality.m_toConcept
           
 

Methods in org.semanticweb.HermiT.model that return LiteralConcept
abstract  LiteralConcept LiteralConcept.getNegation()
           
 LiteralConcept AtomicNegationConcept.getNegation()
           
 LiteralConcept AtomicConcept.getNegation()
           
 LiteralConcept AtLeastConcept.getToConcept()
           
 LiteralConcept AnnotatedEquality.getToConcept()
           
 

Methods in org.semanticweb.HermiT.model with parameters of type LiteralConcept
static AtLeastConcept AtLeastConcept.create(int number, Role onRole, LiteralConcept toConcept)
           
static AnnotatedEquality AnnotatedEquality.create(int cardinality, Role onRole, LiteralConcept toConcept)
           
 

Constructors in org.semanticweb.HermiT.model with parameters of type LiteralConcept
AnnotatedEquality(int cardinality, Role onRole, LiteralConcept toConcept)
           
AtLeastConcept(int number, Role onRole, LiteralConcept toConcept)
           
 

Uses of LiteralConcept in org.semanticweb.HermiT.structural
 

Methods in org.semanticweb.HermiT.structural that return LiteralConcept
protected static LiteralConcept OWLClausification.getLiteralConcept(org.semanticweb.owlapi.model.OWLClassExpression description)