Enum Class PreviousSolutionOthrogonalityConditions.OrthrogonalityType
java.lang.Object
java.lang.Enum<PreviousSolutionOthrogonalityConditions.OrthrogonalityType>
com.polytechnik.kgo.PreviousSolutionOthrogonalityConditions.OrthrogonalityType
- All Implemented Interfaces:
Serializable
,Comparable<PreviousSolutionOthrogonalityConditions.OrthrogonalityType>
,Constable
- Enclosing class:
PreviousSolutionOthrogonalityConditions
public static enum PreviousSolutionOthrogonalityConditions.OrthrogonalityType
extends Enum<PreviousSolutionOthrogonalityConditions.OrthrogonalityType>
Type of conditions used previous solution orthogonality.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe constraint \( 0= \langle u|\lambda^{[s]}|u^{[s]}\rangle - \langle u|\lambda^{[cur\, u]}|u^{[s]}\rangle \).The constraint \( 0= \langle u|S|S|u^{[s]}\rangle \).The constraint \( 0= \langle u|S|u^{[s]}\rangle \).The constraint \( 0= \langle u|u^{[s]}\rangle \). -
Constructor Summary
Constructors -
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
-
USU
The constraint \( 0= \langle u|S|u^{[s]}\rangle \). -
USSU
The constraint \( 0= \langle u|S|S|u^{[s]}\rangle \). -
L1U1U0mU1L0U0
The constraint \( 0= \langle u|\lambda^{[s]}|u^{[s]}\rangle - \langle u|\lambda^{[cur\, u]}|u^{[s]}\rangle \). -
UU
The constraint \( 0= \langle u|u^{[s]}\rangle \).
-
-
Constructor Details
-
OrthrogonalityType
private OrthrogonalityType()
-
-
Method Details
-
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
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
-