Class CountBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.semiautomatic.CountBDI
-
public class CountBDI extends java.lang.Object
Simple agent with inline count goal.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.
-
Constructor Summary
Constructors Constructor Description CountBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.protected IFuture<java.lang.Void>
inc(CountGoal goal)
Inline plan method that reacts on count goal.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-