Package jadex.bdi.annotation
Annotation Interface Belief
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]
A dynamic belief is automatically updated when other beliefs change.boolean
A dynamic belief reevaluated on every access.Class
<?> The implementation type for collection types.RawEvent[]
The events this condition should react to.long
An update rate causes the belief to be reevaluated periodically.
-
Element Details
-
implementation
Class<?> implementationThe implementation type for collection types.- Default:
java.lang.Object.class
-
dynamic
boolean dynamicA dynamic belief reevaluated on every access.- Default:
false
-
beliefs
String[] beliefsA dynamic belief is automatically updated when other beliefs change.- Default:
{}
-
rawevents
RawEvent[] raweventsThe events this condition should react to.- Default:
{}
-
updaterate
long updaterateAn update rate causes the belief to be reevaluated periodically.- Default:
0L
-