Uses of Class
org.tweetyproject.logics.pl.semantics.PossibleWorld
Packages that use PossibleWorld
Package
Description
-
Uses of PossibleWorld in org.tweetyproject.arg.dung.learning.util
Methods in org.tweetyproject.arg.dung.learning.util that return PossibleWorldModifier and TypeMethodDescriptionstatic PossibleWorld
ModelComputation.getMinModelOfDNF
(AssociativePlFormula condition) compute a minimal model of the given formula in DNFstatic PossibleWorld
ModelComputation.getModelOfConjunction
(Conjunction condition) compute the model of a formula in atomic CNF e.g.Methods in org.tweetyproject.arg.dung.learning.util that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionstatic Collection<PossibleWorld>
ModelComputation.getModelsOfDNF
(AssociativePlFormula condition) compute all models of a formula in disjunctive normal form -
Uses of PossibleWorld in org.tweetyproject.logics.cl.semantics
Methods in org.tweetyproject.logics.cl.semantics that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionRankingFunction.getPlausibleWorlds()
Returns all interpretations that are mapped to 0RankingFunction.getPossibleWorlds()
Returns all interpretations that are mapped to a rank unequal to INFINITY.Methods in org.tweetyproject.logics.cl.semantics with parameters of type PossibleWorldModifier and TypeMethodDescriptionstatic boolean
RankingFunction.falsifies
(PossibleWorld w, Conditional c) Checks whether the given possible world w falsifies the given conditional (B|A), i.e.RankingFunction.rank
(PossibleWorld w) Gets the rank of the given possible world.static boolean
RankingFunction.satisfies
(PossibleWorld w, Conditional c) Checks whether the given possible world w satisfies the given conditional (B|A), i.e.void
RankingFunction.setRank
(PossibleWorld w, Integer value) Sets the rank for the given possible world.static boolean
RankingFunction.verifies
(PossibleWorld w, Conditional c) Checks whether the given possible world w verifies the given conditional (B|A), i.e. -
Uses of PossibleWorld in org.tweetyproject.logics.pcl.reasoner
Methods in org.tweetyproject.logics.pcl.reasoner that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionabstract ProbabilityDistribution<PossibleWorld>
AbstractPclReasoner.getModel
(PclBeliefSet beliefbase) DefaultMeReasoner.getModel
(PclBeliefSet beliefbase) DefaultMeReasoner.getModel
(PclBeliefSet bs, PlSignature signature) Computes the ME-distribution this reasoner bases on.GeneralizedMeReasoner.getModel
(PclBeliefSet beliefbase) GeneralizedMeReasoner.getModel
(PclBeliefSet bs, PlSignature signature) Computes the ME-distribution this reasoner bases on.abstract Collection<ProbabilityDistribution<PossibleWorld>>
AbstractPclReasoner.getModels
(PclBeliefSet bbase) DefaultMeReasoner.getModels
(PclBeliefSet bbase) GeneralizedMeReasoner.getModels
(PclBeliefSet bbase) -
Uses of PossibleWorld in org.tweetyproject.logics.pcl.util
Method parameters in org.tweetyproject.logics.pcl.util with type arguments of type PossibleWorldModifier and TypeMethodDescriptionstatic org.ojalgo.matrix.PrimitiveMatrix
OjAlgoPclUtils.createConstraintMatrix
(PclBeliefSet beliefSet, Set<PossibleWorld> worlds) Create constraint matrix for a set of PCL conditionals over a set of possible worlds.static void
MatlabUtils.printAntecedenceVerificationMatrix
(PrintStream out, PclBeliefSet beliefSet, Set<PossibleWorld> worlds) Print antecedence verification matrix (1 if antecedence is satisfied, 0 otherwise)static void
MatlabUtils.printConditionalVerificationMatrix
(PrintStream out, PclBeliefSet beliefSet, Set<PossibleWorld> worlds) Print conditional verification matrix (1 if antecedence and consequence are satisfied, 0 otherwise)static void
MatlabUtils.printConstraintMatrix
(PrintStream out, PclBeliefSet beliefSet, Set<PossibleWorld> worlds) Print constraint matrix for belief set and possible worlds to output stream. -
Uses of PossibleWorld in org.tweetyproject.logics.pl.analysis
Methods in org.tweetyproject.logics.pl.analysis that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionMinimalModelProvider.getMinModels
(C f) SimpleMinimalModelProvider.getMinModels
(PlFormula f) Methods in org.tweetyproject.logics.pl.analysis with parameters of type PossibleWorldModifier and TypeMethodDescriptiondouble
DalalDistance.distance
(PossibleWorld a, PossibleWorld b) abstract double
PossibleWorldDistance.distance
(PossibleWorld a, PossibleWorld b) double
PossibleWorldDistance.distance
(PlFormula f, PossibleWorld b) -
Uses of PossibleWorld in org.tweetyproject.logics.pl.semantics
Methods in org.tweetyproject.logics.pl.semantics that return PossibleWorldModifier and TypeMethodDescriptionNicePossibleWorld.getOptimizedWorld()
PossibleWorldIterator.next()
Methods in org.tweetyproject.logics.pl.semantics that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionstatic Set<PossibleWorld>
PossibleWorld.getAllPossibleWorlds
(Collection<Proposition> signature) Returns the set of all possible worlds for the given propositional signature.static Set<PossibleWorld>
PossibleWorld.getAllPossibleWorlds
(PlSignature signature) Returns the set of all possible worlds for the given propositional signature.PossibleWorldIterator.reset()
PossibleWorldIterator.reset
(Collection<? extends Formula> formulas) Methods in org.tweetyproject.logics.pl.semantics with parameters of type PossibleWorld -
Uses of PossibleWorld in org.tweetyproject.logics.pl.syntax
Methods in org.tweetyproject.logics.pl.syntax that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionConjunction.getModels
(PlSignature sig) Contradiction.getModels
(PlSignature sig) Disjunction.getModels
(PlSignature sig) Equivalence.getModels
(PlSignature sig) ExclusiveDisjunction.getModels
(PlSignature sig) Implication.getModels
(PlSignature sig) Negation.getModels
(PlSignature sig) PlFormula.getModels()
Returns the set of models of this formula wrt.abstract Set<PossibleWorld>
PlFormula.getModels
(PlSignature sig) Returns the set of models of this formula wrt.Proposition.getModels
(PlSignature sig) Tautology.getModels
(PlSignature sig) -
Uses of PossibleWorld in org.tweetyproject.logics.qbf.semantics
Methods in org.tweetyproject.logics.qbf.semantics with parameters of type PossibleWorld -
Uses of PossibleWorld in org.tweetyproject.logics.qbf.syntax
Methods in org.tweetyproject.logics.qbf.syntax that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionExistsQuantifiedFormula.getModels
(PlSignature sig) ForallQuantifiedFormula.getModels
(PlSignature sig) -
Uses of PossibleWorld in org.tweetyproject.logics.translators.adfconditional
Methods in org.tweetyproject.logics.translators.adfconditional that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionThreeValuedWorld.getTwoValuedSet()
This method calculates a collection of 2-valued worlds based on this 3-valued world UNDECIDED atoms are replaced by FALSE or TRUEFourValuedWorld.getTwoValuedSetOfSets
(Collection<ThreeValuedWorld> coll3V) This method takes a set of 3-valued worlds and returns a set of sets of 2-valued worlds where undecided atoms are replaced by False or True -
Uses of PossibleWorld in org.tweetyproject.logics.translators.adfpossibilistic
Methods in org.tweetyproject.logics.translators.adfpossibilistic that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionPossibilityDistribution.getPlausibleWorlds()
Returns all interpretations that are mapped to 1PossibilityDistribution.getPossibleWorlds()
Returns all interpretations that are mapped to a possibility unequal to zero.Methods in org.tweetyproject.logics.translators.adfpossibilistic with parameters of type PossibleWorldModifier and TypeMethodDescriptionPossibilityDistribution.getPossibility
(PossibleWorld w) Gets the possibility of the given possible world.void
PossibilityDistribution.setPossibility
(PossibleWorld w, Double value) Sets the possibility for the given possible world. -
Uses of PossibleWorld in org.tweetyproject.logics.translators.adfrevision
Methods in org.tweetyproject.logics.translators.adfrevision that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionIndecision.getModels
(PlSignature sig) WeakNegation.getModels
(PlSignature sig)