Uses of Class
org.tweetyproject.logics.pl.semantics.NicePossibleWorld
-
Uses of NicePossibleWorld in org.tweetyproject.logics.cl.semantics
Modifier 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) Modifier and TypeMethodDescriptionint
ConditionalStructure.compare
(NicePossibleWorld o1, NicePossibleWorld o2) ConditionalStructure.getWorldGenerators
(NicePossibleWorld world) Processes the map from Conditionals to Generators for a given PossibleWorldModifier 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.ModifierConstructorDescriptionConditionalStructure
(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
Modifier and TypeMethodDescriptionstatic Set<NicePossibleWorld>
NicePossibleWorld.getAllPossibleWorlds
(Collection<Proposition> signature)