Uses of Class
org.tweetyproject.logics.dl.syntax.DlAxiom
Packages that use DlAxiom
Package
Description
-
Uses of DlAxiom in org.tweetyproject.logics.dl.parser
Methods in org.tweetyproject.logics.dl.parser that return DlAxiom -
Uses of DlAxiom in org.tweetyproject.logics.dl.reasoner
Methods in org.tweetyproject.logics.dl.reasoner with parameters of type DlAxiom -
Uses of DlAxiom in org.tweetyproject.logics.dl.semantics
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 TypeClassDescriptionclass
Abstract base class for assertional axioms (concept assertions and role assertions).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.Methods in org.tweetyproject.logics.dl.syntax that return DlAxiomMethods in org.tweetyproject.logics.dl.syntax that return types with arguments of type DlAxiomConstructor 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.