|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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:
Optional Element Summary | |
---|---|
double |
absolute
|
double |
relative
|
public abstract double absolute
public abstract double relative
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |