public static enum AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm extends Enum<AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm>
Modifier and Type | Method and Description |
---|---|
static AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm SIMULTANEOUS_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm PICKY_SIMULTANEOUS_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm SEQUENTIAL_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm CLUSTERED_SEQUENTIAL_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm CLUSTERED_SEQUENTIAL_SPACE_SAVINGS_WITH_REASSIGNMENT_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm FULL_ASSIGNMENT_BASED_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm CLUSTERED_MULTI_LAYER_SEQUENTIAL_SPACE_SAVINGS_ALGO
public static AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm[] values()
for (AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm c : AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm.values()) System.out.println(c);
public static AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.