Uses of Class
org.tweetyproject.logics.pl.semantics.NicePossibleWorld
Packages that use NicePossibleWorld
-
Uses of NicePossibleWorld in org.tweetyproject.logics.cl.semantics
Methods in org.tweetyproject.logics.cl.semantics that return types with arguments of type NicePossibleWorldModifier and TypeMethodDescriptionConditionalStructure.getConditionalGenerators
(Conditional conditional) Processes the Map form PossibleWorlds to the Generators of the given ConditionalConditionalStructure.getFalsifiyingWorlds
(Conditional cond) ConditionalStructure.getPossibleWorlds()
ConditionalStructure.getVerifyingWorlds
(Conditional cond) Methods in org.tweetyproject.logics.cl.semantics with parameters of type NicePossibleWorldModifier and TypeMethodDescriptionint
ConditionalStructure.compare
(NicePossibleWorld o1, NicePossibleWorld o2) ConditionalStructure.getWorldGenerators
(NicePossibleWorld world) Processes the map from Conditionals to Generators for a given PossibleWorldMethod parameters in org.tweetyproject.logics.cl.semantics with type arguments of type NicePossibleWorldModifier and TypeMethodDescriptionvoid
ConditionalStructure.setWorldSorting
(Comparator<NicePossibleWorld> comparator) Changes the ordering of the PossibleWorlds for representation purposes, before using this method proof if the goal can be easier achieved using the setWorldRepresentation() method that allows changing the ordering of the literals in the world representation.Constructor parameters in org.tweetyproject.logics.cl.semantics with type arguments of type NicePossibleWorldModifierConstructorDescriptionConditionalStructure
(Collection<Conditional> conditionals, Comparator<NicePossibleWorld> comparator) Ctor: Generates a ConditionalStructure containing the given conditionals and using the given comparator to sort the worldData map.ConditionalStructure
(Comparator<NicePossibleWorld> comparator) Ctor: Generates an empty ConditionalStructure that uses the given Comparator to sort its worldData map. -
Uses of NicePossibleWorld in org.tweetyproject.logics.pl.semantics
Methods in org.tweetyproject.logics.pl.semantics that return types with arguments of type NicePossibleWorldModifier and TypeMethodDescriptionstatic Set<NicePossibleWorld>
NicePossibleWorld.getAllPossibleWorlds
(Collection<Proposition> signature)