Enum PointType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<PointType>
,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAverage of iterates since the last restart.Current iterate (x_k, y_k).Combined solution from primal and dual feasibility polishing.Difference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).There is no corresponding point.Output of presolver.POINT_TYPE_UNSPECIFIED = 0;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Average of iterates since the last restart.static final int
Current iterate (x_k, y_k).static final int
Combined solution from primal and dual feasibility polishing.static final int
Difference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).static final int
There is no corresponding point.static final int
Output of presolver.static final int
POINT_TYPE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic PointType
forNumber
(int value) static com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap
<PointType> static PointType
valueOf
(int value) Deprecated.static PointType
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static PointType
Returns the enum constant of this type with the specified name.static PointType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
POINT_TYPE_UNSPECIFIED
POINT_TYPE_UNSPECIFIED = 0;
-
POINT_TYPE_CURRENT_ITERATE
Current iterate (x_k, y_k).
POINT_TYPE_CURRENT_ITERATE = 1;
-
POINT_TYPE_ITERATE_DIFFERENCE
Difference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).
POINT_TYPE_ITERATE_DIFFERENCE = 2;
-
POINT_TYPE_AVERAGE_ITERATE
Average of iterates since the last restart.
POINT_TYPE_AVERAGE_ITERATE = 3;
-
POINT_TYPE_NONE
There is no corresponding point.
POINT_TYPE_NONE = 4;
-
POINT_TYPE_PRESOLVER_SOLUTION
Output of presolver.
POINT_TYPE_PRESOLVER_SOLUTION = 5;
-
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION
Combined solution from primal and dual feasibility polishing.
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION = 6;
-
-
Field Details
-
POINT_TYPE_UNSPECIFIED_VALUE
public static final int POINT_TYPE_UNSPECIFIED_VALUEPOINT_TYPE_UNSPECIFIED = 0;
- See Also:
-
POINT_TYPE_CURRENT_ITERATE_VALUE
public static final int POINT_TYPE_CURRENT_ITERATE_VALUECurrent iterate (x_k, y_k).
POINT_TYPE_CURRENT_ITERATE = 1;
- See Also:
-
POINT_TYPE_ITERATE_DIFFERENCE_VALUE
public static final int POINT_TYPE_ITERATE_DIFFERENCE_VALUEDifference of iterates (x_{k+1} - x_k, y_{k+1} - y_k).
POINT_TYPE_ITERATE_DIFFERENCE = 2;
- See Also:
-
POINT_TYPE_AVERAGE_ITERATE_VALUE
public static final int POINT_TYPE_AVERAGE_ITERATE_VALUEAverage of iterates since the last restart.
POINT_TYPE_AVERAGE_ITERATE = 3;
- See Also:
-
POINT_TYPE_NONE_VALUE
public static final int POINT_TYPE_NONE_VALUEThere is no corresponding point.
POINT_TYPE_NONE = 4;
- See Also:
-
POINT_TYPE_PRESOLVER_SOLUTION_VALUE
public static final int POINT_TYPE_PRESOLVER_SOLUTION_VALUEOutput of presolver.
POINT_TYPE_PRESOLVER_SOLUTION = 5;
- See Also:
-
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION_VALUE
public static final int POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION_VALUECombined solution from primal and dual feasibility polishing.
POINT_TYPE_FEASIBILITY_POLISHING_SOLUTION = 6;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-