Package jadex.bdiv3.annotation
Annotation Type Belief
- 
 @Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface Belief
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.String[]beliefsA dynamic belief is automatically updated when other beliefs change.booleandynamicA dynamic belief reevaluated on every access.java.lang.Class<?>implementationThe implementation type for collection types.RawEvent[]raweventsThe events this condition should react to.longupdaterateAn update rate causes the belief to be reevaluated periodically.
 
- 
- 
- 
- 
raweventsRawEvent[] rawevents The events this condition should react to.- Default:
- {}
 
 
- 
 
-