Annotation Interface ServicePlan


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface ServicePlan
Annotation for a service plan, i.e. a service invocation is used as plan.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The required service name.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The parameter mapper between goal parameters and service arguments/results.
    The method name.
  • Element Details

    • name

      String name
      The required service name.
    • method

      String method
      The method name.
      Default:
      ""
    • mapper

      Class<? extends IServiceParameterMapper> mapper
      The parameter mapper between goal parameters and service arguments/results.
      Default:
      jadex.bdi.runtime.impl.IServiceParameterMapper.class