Package | Description |
---|---|
jason.architecture | |
jason.infra.centralised | |
jason.infra.jade |
Modifier and Type | Class and Description |
---|---|
class |
AgArch
Base agent architecture class that defines the overall agent architecture;
the AS interpreter is the reasoner (a kind of mind) within this
architecture (a kind of body).
|
class |
MindInspectorAgArch
ArArch that displays the mind state of the agent
|
Modifier and Type | Method and Description |
---|---|
AgArchInfraTier |
AgArch.getArchInfraTier()
returns the last arch in the chain, which is supposed to be the infra tier
|
Modifier and Type | Class and Description |
---|---|
class |
CentralisedAgArch
This class provides an agent architecture when using Centralised
infrastructure to run the MAS inside Jason.
|
protected class |
RunCentralisedMAS.CentralisedAgArchForPool
an agent architecture for the infra based on thread pool
|
Modifier and Type | Class and Description |
---|---|
class |
JasonBridgeArch |