Enum Class AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm
java.lang.Object
java.lang.Enum<AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm>
com.dna.jopt.framework.body.scheme.helper.AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm
- All Implemented Interfaces:
Serializable
,Comparable<AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm>
,Constable
- Enclosing class:
- AbstractConstructionOptimizationAlgorithmConfig
public static enum AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm
extends Enum<AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SIMULTANEOUS_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm SIMULTANEOUS_SPACE_SAVINGS_ALGO -
PICKY_SIMULTANEOUS_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm PICKY_SIMULTANEOUS_SPACE_SAVINGS_ALGO -
SEQUENTIAL_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm SEQUENTIAL_SPACE_SAVINGS_ALGO -
CLUSTERED_SEQUENTIAL_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm CLUSTERED_SEQUENTIAL_SPACE_SAVINGS_ALGO -
CLUSTERED_SEQUENTIAL_SPACE_SAVINGS_WITH_REASSIGNMENT_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm CLUSTERED_SEQUENTIAL_SPACE_SAVINGS_WITH_REASSIGNMENT_ALGO -
FULL_ASSIGNMENT_BASED_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm FULL_ASSIGNMENT_BASED_ALGO -
CLUSTERED_MULTI_LAYER_SEQUENTIAL_SPACE_SAVINGS_ALGO
public static final AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm CLUSTERED_MULTI_LAYER_SEQUENTIAL_SPACE_SAVINGS_ALGO
-
-
Method Details
-
values
public static AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static AbstractConstructionOptimizationAlgorithmConfig.ConstructionOptimizationAlgorithm valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-