Uses of Class
org.tweetyproject.logics.dl.syntax.DlAxiom
Package
Description
-
Uses of DlAxiom in org.tweetyproject.logics.dl.parser
-
Uses of DlAxiom in org.tweetyproject.logics.dl.reasoner
-
Uses of DlAxiom in org.tweetyproject.logics.dl.semantics
-
Uses of DlAxiom in org.tweetyproject.logics.dl.syntax
Modifier and TypeClassDescriptionclass
Abstract base class for assertional axioms (concept assertions and role assertions) in description logic.class
This class models a concept assertion in description logic, i.e.class
This class models an equivalence axiom, also known as "general concept inclusion" (GCU), meaning an expression of the form "C is a subset of or equal to D" where C and D are concepts.class
This class models a role assertion in description logic, i.e.Modifier and TypeMethodDescriptionDlBeliefSet.getABox()
Returns the ABox section of the knowledge base.DlBeliefSet.getTBox()
Returns the TBox section of the knowledge base.ModifierConstructorDescriptionDlBeliefSet
(Set<DlAxiom> formulas) Creates a new description logics knowledge base with the given set of axioms.