Annotation Interface PlanContextCondition


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

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

    • beliefs

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

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