| Interface | Description | 
|---|---|
| IBDIAgent | Interface for injecting agent methods into pojos. | 
| IBDIClassGenerator | Interface for BDI class enhancement/generation. | 
| Class | Description | 
|---|---|
| AbstractAsmBdiClassGenerator | ASM Generator base class | 
| AbstractAsmBdiClassGenerator.MethodBeliefs | Store which beliefs are accessed in a method. | 
| ASMBDIClassGenerator | |
| BDIAgentFactory | Factory for creating micro agents. | 
| BDIClassGeneratorFactory | |
| BDIClassGeneratorFactoryDesktop | |
| BDIClassReader | Reads micro agent classes and generates a model from metainfo and annotations. | 
| BDIModelLoader | |
| ByteKeepingASMBDIClassGenerator | This class generator keeps generated byte-code as byte[] to be post-processed
 by other classes. | 
| JavassistBDIClassGenerator | |
| KernelBDIV3Agent | Component kernel. | 
| MyTestClass | |
| NodeHelper | |
| OpcodeHelper |