Uses of Class
org.tweetyproject.commons.InterpretationSet
Package
Description
-
Uses of InterpretationSet in org.tweetyproject.logics.dl.semantics
Modifier and TypeClassDescriptionclass
This class models an interpretation for description logics. -
Uses of InterpretationSet in org.tweetyproject.logics.fol.semantics
Modifier and TypeClassDescriptionclass
A 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
Modifier and TypeClassDescriptionclass
Modified version of HerbrandInterpretation that allows for modal formulas. -
Uses of InterpretationSet in org.tweetyproject.logics.pl.analysis
Modifier and TypeMethodDescriptionSet
<InterpretationSet<A, B, C>> MinimalModelProvider.getMinModels
(B f) ConstructorSimpleMinimalModelProvider.getMinModels
(PlBeliefSet f) ModifierConstructorDescriptionSimpleMinimalModelProvider
(ModelProvider<?, PlBeliefSet, InterpretationSet<Proposition, PlBeliefSet, PlFormula>> modelProvider) standard constructor with model provider -
Uses of InterpretationSet in org.tweetyproject.logics.pl.sat
Modifier and TypeMethodDescriptionSimpleModelEnumerator.getModels
(Collection<PlFormula> formulas) Return all models satifying the formulasSimpleModelEnumerator.getModels
(PlBeliefSet bbase) -
Uses of InterpretationSet in org.tweetyproject.logics.pl.semantics
Modifier and TypeClassDescriptionclass
Wrapper 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.class
This class represents a possible world of propositional logic, i.e. -
Uses of InterpretationSet in org.tweetyproject.logics.qbf.semantics
Modifier and TypeClassDescriptionclass
This class represents a possible world of quantified boolean logic, i.e. -
Uses of InterpretationSet in org.tweetyproject.lp.asp.semantics
Modifier and TypeClassDescriptionclass
An 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.