Uses of Class
org.tweetyproject.logics.pl.semantics.PossibleWorld
Packages that use PossibleWorld
Package
Description
-
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 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.adfcl
Methods in org.tweetyproject.logics.translators.adfcl that return types with arguments of type PossibleWorldModifier and TypeMethodDescriptionIndecision.getModels(PlSignature sig)
WeakNegation.getModels(PlSignature sig)