Package jadex.bdi.runtime.impl
Class InvocationInfo
java.lang.Object
jadex.bdi.runtime.impl.InvocationInfo
Info about a service invocation containing parameters and result.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
params
The parameters. -
result
The result value.
-
-
Constructor Details
-
InvocationInfo
Create a new InvocationInfo.
-
-
Method Details
-
getParams
Get the params.- Returns:
- The params.
-
setParams
Set the params.- Parameters:
params
- The params to set.
-
getResult
Get the result.- Returns:
- The result.
-
setResult
Set the result.- Parameters:
result
- The result to set.
-