public class CountingAgent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected int |
cnt
The counter.
|
Constructor and Description |
---|
CountingAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
executeBody()
Execute a series of steps.
|
boolean |
isAtBreakpoint(java.lang.String[] breakpoints)
Return true, when a breakpoint was hit.
|