Interface DecisionStrategyProto.AffineTransformationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIndex()
      int32 index = 1;
      long getOffset()
      int64 offset = 2;
      long getPositiveCoeff()
      int64 positive_coeff = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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.