Package com.google.ortools.sat
Interface DecisionStrategyProto.AffineTransformationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DecisionStrategyProto.AffineTransformation,DecisionStrategyProto.AffineTransformation.Builder
- Enclosing class:
DecisionStrategyProto
public static interface DecisionStrategyProto.AffineTransformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()int32 index = 1;longint64 offset = 2;longint64 positive_coeff = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIndex
int getIndex()int32 index = 1;- Returns:
- The index.
-
getOffset
long getOffset()int64 offset = 2;- Returns:
- The offset.
-
getPositiveCoeff
long getPositiveCoeff()int64 positive_coeff = 3;- Returns:
- The positiveCoeff.
-