Interface NumericDataEncoding

All Known Implementing Classes:
FloatDataEncoding, IntegerDataEncoding

public interface NumericDataEncoding
Interface that makes it easier to work with either of FloatDataEncoding or IntegerDataEncoding
  • Method Details

    • getContextCalibratorList

      List<ContextCalibrator> getContextCalibratorList()
    • getDefaultCalibrator

      Calibrator getDefaultCalibrator()
    • setDefaultCalibrator

      void setDefaultCalibrator(Calibrator calibrator)
    • setContextCalibratorList

      void setContextCalibratorList(List<ContextCalibrator> contextCalibratorList)