Uses of Enum Class
org.tweetyproject.logics.cl.semantics.ConditionalStructure.Generator
Packages that use ConditionalStructure.Generator
-
Uses of ConditionalStructure.Generator in org.tweetyproject.logics.cl.semantics
Subclasses with type arguments of type ConditionalStructure.Generator in org.tweetyproject.logics.cl.semanticsModifier and TypeClassDescriptionstatic enumThe possible values of a conditional for a possible worldMethods in org.tweetyproject.logics.cl.semantics that return ConditionalStructure.GeneratorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConditionalStructure.Generator[]ConditionalStructure.Generator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tweetyproject.logics.cl.semantics that return types with arguments of type ConditionalStructure.GeneratorModifier and TypeMethodDescriptionConditionalStructure.getConditionalGenerators(Conditional conditional) Processes the Map form PossibleWorlds to the Generators of the given ConditionalConditionalStructure.getWorldGenerators(NicePossibleWorld world) Processes the map from Conditionals to Generators for a given PossibleWorld