
jadex.micro.KernelMicro.component.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-kernel-micro Show documentation
Show all versions of jadex-kernel-micro Show documentation
The Jadex micro kernel provides a lightweight and very efficient kernel for minimal agents with an extremely low memory footprint. Micro agents have a simple internal architecture that is similar to active objects. They are programmed as Java objects overriding a framework class, which has predefined methods for the setup, termination, execution logic as well as message receipt.
jadex.commons.*
jadex.bridge.service.types.factory.*
new String[]{"Agent.class"}
true
new MicroAgentFactory($component, SUtil.createHashMap(
new String[]
{
"debugger.panels"
},
new Object[]
{
"jadex.tools.debugger.micro.MicroDebuggerPanel"
})
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy