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