Uses of Class
org.tweetyproject.commons.InterpretationSet
Packages that use InterpretationSet
Package
Description
-
Uses of InterpretationSet in org.tweetyproject.logics.dl.semantics
Subclasses of InterpretationSet in org.tweetyproject.logics.dl.semanticsModifier and TypeClassDescriptionclassThis class models an interpretation for description logics. -
Uses of InterpretationSet in org.tweetyproject.logics.fol.semantics
Subclasses of InterpretationSet in org.tweetyproject.logics.fol.semanticsModifier and TypeClassDescriptionclassA Herbrand interpretation is an interpretation for a first-order signature, stating all ground atoms that are true in the interpretation. -
Uses of InterpretationSet in org.tweetyproject.logics.ml.semantics
Subclasses of InterpretationSet in org.tweetyproject.logics.ml.semanticsModifier and TypeClassDescriptionclassModified version of HerbrandInterpretation that allows for modal formulas. -
Uses of InterpretationSet in org.tweetyproject.logics.pl.semantics
Subclasses of InterpretationSet in org.tweetyproject.logics.pl.semanticsModifier and TypeClassDescriptionclassWrapper for the PossibleWorld providing better representation mechanisms, it knows all the possible propositions (the signature) and therefore provides a complete representation that maps a boolean to the Proposition.classThis class represents a possible world of propositional logic, i.e. -
Uses of InterpretationSet in org.tweetyproject.logics.qbf.semantics
Subclasses of InterpretationSet in org.tweetyproject.logics.qbf.semanticsModifier and TypeClassDescriptionclassThis class represents a possible world of quantified boolean logic, i.e. -
Uses of InterpretationSet in org.tweetyproject.lp.asp.semantics
Subclasses of InterpretationSet in org.tweetyproject.lp.asp.semanticsModifier and TypeClassDescriptionclassAn answer set is a belief set which only contains literals and represents the deductive belief set of an extended logic program under the answer set semantic.