Package jadex.bridge.service.annotation
Annotation Type CheckState
- 
 @Retention(RUNTIME) @Target({PARAMETER,METHOD}) public @interface CheckStatePre or postcondition that a state is valid. May refer to all arguments/results. Reserved variables are $arg for the current argument and $arg0 - $argn for the arguments. In case of a post condition the result is available via $res and intermediate results via $res[0], $res[-1].
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description booleanintermediateFlag if used as post condition for intermediate results.intkeepFlag how many intermediate results should be preserved.java.lang.StringvalueThe expression will be parsed.
 
-