Uses of Class
org.tweetyproject.logics.dl.syntax.DlAxiom
Packages that use DlAxiom
Package
Description
-
Uses of DlAxiom in org.tweetyproject.logics.dl.parser
Subclasses with type arguments of type DlAxiom in org.tweetyproject.logics.dl.parserModifier and TypeClassDescriptionclassThis class implements a parser for the description logic ALC (attributive concept language with complements).Methods in org.tweetyproject.logics.dl.parser that return DlAxiom -
Uses of DlAxiom in org.tweetyproject.logics.dl.reasoner
Classes in org.tweetyproject.logics.dl.reasoner that implement interfaces with type arguments of type DlAxiomModifier and TypeClassDescriptionclassNaive reasoner for the description logic ALC.Methods in org.tweetyproject.logics.dl.reasoner with parameters of type DlAxiom -
Uses of DlAxiom in org.tweetyproject.logics.dl.semantics
Subclasses with type arguments of type DlAxiom in org.tweetyproject.logics.dl.semanticsModifier and TypeClassDescriptionclassThis class models an interpretation for description logics.Methods in org.tweetyproject.logics.dl.semantics with parameters of type DlAxiom -
Uses of DlAxiom in org.tweetyproject.logics.dl.syntax
Subclasses 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.Subclasses with type arguments of type DlAxiom in org.tweetyproject.logics.dl.syntaxModifier and TypeClassDescriptionclassThis class models a knowledge base for description logics.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.