Annotation Type GoalRecurCondition


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

      Optional Elements 
      Modifier and Type Optional Element 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.
    • Element Detail

      • beliefs

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

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

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