Package jadex.bdiv3.annotation
Annotation Type GoalRecurCondition
- 
@Target(METHOD) @Retention(RUNTIME) public @interface GoalRecurCondition 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]beliefsThe events this condition should react to.java.lang.String[]parametersThe parameters this condition should react to.RawEvent[]raweventsThe events this condition should react to. 
 - 
 
- 
- 
- 
rawevents
RawEvent[] rawevents
The events this condition should react to.- Default:
 - {}
 
 
 - 
 
 -