Uses of Class
org.tweetyproject.logics.dl.syntax.AssertionalAxiom
Packages that use AssertionalAxiom
-
Uses of AssertionalAxiom in org.tweetyproject.logics.dl.semantics
Subclasses with type arguments of type AssertionalAxiom in org.tweetyproject.logics.dl.semanticsModifier and TypeClassDescriptionclassThis class models an interpretation for description logics.Constructor parameters in org.tweetyproject.logics.dl.semantics with type arguments of type AssertionalAxiomModifierConstructorDescriptionDlInterpretation(Collection<AssertionalAxiom> assertions) Create a new DL interpretation with the given set of concept and role assertions that represent the mapping of concept names and role names to the domain. -
Uses of AssertionalAxiom in org.tweetyproject.logics.dl.syntax
Subclasses of AssertionalAxiom in org.tweetyproject.logics.dl.syntaxModifier and TypeClassDescriptionclassThis class models a concept assertion in description logic, i.e.classThis class models a role assertion in description logic, i.e.