Package | Description |
---|---|
jade.core.behaviours |
This package is a subpackage of
jade.core and contains
the classes used to implement basic agent
behaviours. |
jade.proto |
This package contains role behaviours for FIPA
standard protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionExecutor<ActionT extends AgentAction,ResultT>
Base class for behaviours intended to request the execution of an action to a given actor and
get back the result (if any)
|
class |
BaseInitiator
Base class for behaviours implementing a FIPA-request like pattern
with a single target agent.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratedAchieveREInitiator
This class implements the initiator role in the iterated version of
fipa-request like interaction protocols.
|