Annotation Interface GoalTargetCondition


@Target(METHOD) @Retention(RUNTIME) public @interface GoalTargetCondition
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The beliefs this condition should react to.
    The parameters this condition should react to.
    The events this condition should react to.
  • Element Details

    • beliefs

      String[] beliefs
      The beliefs this condition should react to.
      Default:
      {}
    • parameters

      String[] parameters
      The parameters this condition should react to.
      Default:
      {}
    • rawevents

      RawEvent[] rawevents
      The events this condition should react to.
      Default:
      {}