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.analysis
Fields in org.tweetyproject.logics.pl.analysis with type parameters of type InterpretationSetMethods in org.tweetyproject.logics.pl.analysis that return types with arguments of type InterpretationSetModifier and TypeMethodDescriptionSet<InterpretationSet<A,B, C>> MinimalModelProvider.getMinModels(B f) SimpleMinimalModelProvider.getMinModels(PlBeliefSet f) Constructor parameters in org.tweetyproject.logics.pl.analysis with type arguments of type InterpretationSetModifierConstructorDescriptionSimpleMinimalModelProvider(ModelProvider<?, PlBeliefSet, InterpretationSet<Proposition, PlBeliefSet, PlFormula>> modelProvider) standard constructor with model provider -
Uses of InterpretationSet in org.tweetyproject.logics.pl.sat
Methods in org.tweetyproject.logics.pl.sat that return InterpretationSetMethods in org.tweetyproject.logics.pl.sat that return types with arguments of type InterpretationSetModifier and TypeMethodDescriptionSimpleModelEnumerator.getModels(Collection<PlFormula> formulas) SimpleModelEnumerator.getModels(PlBeliefSet bbase) -
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.