Package jadex.bdiv3.testcases.misc
Class NotEnhancedBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.misc.NotEnhancedBDI
-
public class NotEnhancedBDI extends java.lang.Object
Agent that tests if bdi agent factory detects non-enhanced bdi classes.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The injected agent (not injected when not enhanced).
-
Constructor Summary
Constructors Constructor Description NotEnhancedBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The injected agent (not injected when not enhanced).
-
-