Package jadex.bdi.annotation
Annotation Interface ServicePlan
Annotation for a service plan, i.e. a service invocation is used as plan.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends IServiceParameterMapper>The parameter mapper between goal parameters and service arguments/results.The method name.
-
Element Details
-
name
String nameThe required service name.
-
-
-
method
String methodThe method name.- Default:
- ""
-
mapper
Class<? extends IServiceParameterMapper> mapperThe parameter mapper between goal parameters and service arguments/results.- Default:
- jadex.bdi.runtime.impl.IServiceParameterMapper.class
-