Uses of Class
org.tweetyproject.logics.rpcl.semantics.ReferenceWorld
Packages that use ReferenceWorld
Package
Description
-
Uses of ReferenceWorld in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser
Methods in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser that return ReferenceWorldModifier and TypeMethodDescriptionstatic final ReferenceWorld
RpclCondensedProbabilityDistributionParser.Interpretation
(FolSignature signature) Parses anInterpretation
(specifically, aReferenceWorld
) from the input streamMethods in org.tweetyproject.logics.rpcl.parser.rpclcondensedprobabilitydistributionparser that return types with arguments of type ReferenceWorldModifier and TypeMethodDescriptionstatic final Pair
<ReferenceWorld, Probability> RpclCondensedProbabilityDistributionParser.ProbabilityAssignment
(FolSignature signature) Parses a probability assignment from the input stream. -
Uses of ReferenceWorld in org.tweetyproject.logics.rpcl.semantics
Subclasses with type arguments of type ReferenceWorld in org.tweetyproject.logics.rpcl.semanticsModifier and TypeClassDescriptionclass
Instances of this class represent condensed probability distributions, rf.Methods in org.tweetyproject.logics.rpcl.semantics that return ReferenceWorldModifier and TypeMethodDescriptionstatic ReferenceWorld
ReferenceWorld.getMapping
(HerbrandInterpretation i, Set<Predicate> predicates, Set<Set<Constant>> constants) Determines the reference world of the given interpretation wrt.Methods in org.tweetyproject.logics.rpcl.semantics that return types with arguments of type ReferenceWorldModifier and TypeMethodDescriptionstatic Set
<ReferenceWorld> Determines the set of all reference worlds wrt.CondensedProbabilityDistribution.toProbabilityDistribution()
Converts this condensed probability distribution into an ordinary probability distribution.