Module rgg

Annotation Interface Tolerance


@Retention(RUNTIME) @Target(FIELD) public @interface Tolerance
This class is supposed to be used in conjunction with the ODE framework to indicate allowed absolute and relative errors for an integrated field. To use this annotation, precede the declaration of a field with it like in the following example:
Author:
Reinhard Hemmerling
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    double
     
    double
     
  • Element Details

    • absolute

      double absolute
      Default:
      0.0
    • relative

      double relative
      Default:
      0.0