Uses of Class
org.tweetyproject.logics.dl.syntax.DlAxiom
Packages that use DlAxiom
Package
Description
- 
Uses of DlAxiom in org.tweetyproject.logics.dl.parserMethods in org.tweetyproject.logics.dl.parser that return DlAxiom
- 
Uses of DlAxiom in org.tweetyproject.logics.dl.reasonerMethods in org.tweetyproject.logics.dl.reasoner with parameters of type DlAxiom
- 
Uses of DlAxiom in org.tweetyproject.logics.dl.semanticsMethods in org.tweetyproject.logics.dl.semantics with parameters of type DlAxiom
- 
Uses of DlAxiom in org.tweetyproject.logics.dl.syntaxSubclasses of DlAxiom in org.tweetyproject.logics.dl.syntaxModifier and TypeClassDescriptionclassAbstract base class for assertional axioms (concept assertions and role assertions) in description logic.classThis class models a concept assertion in description logic, i.e.classThis 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.classThis class models a role assertion in description logic, i.e.Methods in org.tweetyproject.logics.dl.syntax that return DlAxiomMethods in org.tweetyproject.logics.dl.syntax that return types with arguments of type DlAxiomModifier and TypeMethodDescriptionDlBeliefSet.getABox()Returns the ABox section of the knowledge base.DlBeliefSet.getTBox()Returns the TBox section of the knowledge base.Constructor parameters in org.tweetyproject.logics.dl.syntax with type arguments of type DlAxiomModifierConstructorDescriptionDlBeliefSet(Set<DlAxiom> formulas) Creates a new description logics knowledge base with the given set of axioms.