Package jadex.bdiv3.annotation
Annotation Type Trigger
- 
 @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface TriggerA plan trigger states for which events or goals a plan should be selected.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.String[]factaddedThe fact added belief names, i.e.java.lang.String[]factaddedsDeprecated.Use factadded (without trailing 's').java.lang.String[]factchangedThe fact changed belief names, i.e.java.lang.String[]factchangedsDeprecated.Use factchanged (without trailing 's').java.lang.String[]factremovedThe fact removed belief names, i.e.java.lang.String[]factremovedsDeprecated.Use factremoved (without trailing 's').java.lang.Class<?>[]goalfinishedsGoal type finished events to react on, i.e.java.lang.Class<?>[]goalsGoal types to react on, i.e.ServiceTriggerserviceActivate from service invocation, i.e.
 
- 
- 
- 
- 
serviceServiceTrigger service Activate from service invocation, i.e. choose this plan to handle service invocation requests of the given type.- Default:
- @jadex.bdiv3.annotation.ServiceTrigger
 
 
- 
 
-