public class CompositeCalculatorAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent |
Constructor and Description |
---|
CompositeCalculatorAgent() |
Modifier and Type | Method and Description |
---|---|
protected jadex.commons.future.IFuture |
add(double a,
double b)
Add two numbers by calling the add service.
|
jadex.commons.future.IFuture<java.lang.Void> |
executeBody()
The body.
|