@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface GoalContextCondition
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
beliefs
The events this condition should react to.
|
java.lang.String[] |
parameters
The parameters this condition should react to.
|
RawEvent[] |
rawevents
The events this condition should react to.
|
public abstract java.lang.String[] beliefs
public abstract java.lang.String[] parameters
public abstract RawEvent[] rawevents