Uses of Enum Class
org.evoludo.simulator.modules.Map2Fitness.Map
Packages that use Map2Fitness.Map
-
Uses of Map2Fitness.Map in org.evoludo.simulator.modules
Fields in org.evoludo.simulator.modules declared as Map2Fitness.MapMethods in org.evoludo.simulator.modules that return Map2Fitness.MapModifier and TypeMethodDescriptionstatic Map2Fitness.Map
Returns the enum constant of this class with the specified name.static Map2Fitness.Map[]
Map2Fitness.Map.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.evoludo.simulator.modules with parameters of type Map2Fitness.MapModifier and TypeMethodDescriptionboolean
Map2Fitness.isMap
(Map2Fitness.Map aMap) Checks if this map is of typeaMap
.void
Map2Fitness.setMap
(Map2Fitness.Map map) Sets type of map tomap
.Constructors in org.evoludo.simulator.modules with parameters of type Map2Fitness.MapModifierConstructorDescriptionMap2Fitness
(Module module, Map2Fitness.Map map) Instantiate new map of typemap
formodule
.