de.grogra.numeric
Annotation Type Tolerance


@Retention(value=RUNTIME)
@Target(value=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
 double absolute
           
 double relative
           
 

absolute

public abstract double absolute
Default:
0.0

relative

public abstract double relative
Default:
0.0