SA 6 AgentBasedSystemFrameworks
SA 6 AgentBasedSystemFrameworks
ECEG-7521
Agent-based System
Frameworks
– Agent identification
• Complete agent name
– <local-name>@<platform-name>
– The complete name must be globally unique
• Platform name
– Default: <main-host>:<main-port>/JADE
– A different name can be set with the -name option when you run an
agent
• Within the same platform, agents can be referred to using their
local name only
• Cyclic behavior
– Behaviors that never complete
– action() method executes the same operation each time it is called
jade.core.behaviours.CyclicBehaviour
– Operation defined in action() is performed repetitively forever, until the
agent carrying out the behavior terminates