JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
jadex.bdi.annotation
Annotation Interface Plan
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
Plan
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Body
body
The body (if external plan class).
int
priority
The plan priority.
Trigger
trigger
The trigger.
Trigger
waitqueue
The waitqueue.
Element Details
trigger
Trigger
trigger
The trigger.
Default:
@jadex.bdi.annotation.Trigger
waitqueue
Trigger
waitqueue
The waitqueue.
Default:
@jadex.bdi.annotation.Trigger
priority
int
priority
The plan priority.
Default:
0
body
Body
body
The body (if external plan class).
Default:
@jadex.bdi.annotation.Body