Package | Description |
---|---|
casa |
The casa package is the main package for CASA (Collaborative Agent System
Architecture), which is an infrastructure for agent based systems.
|
casa.auction.dutch.ui | |
casa.auction.english.ui | |
casa.auction.ui | |
casa.extensions | |
casa.transaction.ui | |
casa.ui |
Contains classes implementing CASA's default user interfaces.
|
iRobotCreate |
Modifier and Type | Method and Description |
---|---|
private static void |
CASA.setFocusToCommandPanel(AbstractInternalFrame frame) |
Modifier and Type | Class and Description |
---|---|
class |
DutchAuctionAgentInternalFrame |
Modifier and Type | Class and Description |
---|---|
class |
EnglishAuctionAgentInternalFrame |
Modifier and Type | Class and Description |
---|---|
class |
AuctionAgentInternalFrame |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TabExtension.load(AbstractInternalFrame frame,
AbstractProcess agent)
If this extension is applicable to the agent (according to
ATTR_AGENTTYPE ) and frame
(according to ATTR_FRAMETYPE ),
instantiates a tab pane in the
agent's frame with the name specified by the descriptor's
TabExtension.ATTR_TABNAME . |
(package private) void |
LispScriptExtension.load(AbstractInternalFrame frame,
AbstractProcess agent)
Executes the lisp file:
If ATTR_ONCE is set and the frame and agent are null.
|
(package private) abstract void |
Extension.load(AbstractInternalFrame frame,
AbstractProcess agent)
Initialize this extension.
|
(package private) void |
CodeExtension.load(AbstractInternalFrame frame,
AbstractProcess agent)
This method is a no-op because CodeExtensions are automatically loaded at instantiation.
|
static void |
ExtensionLoader.loadType(String type,
AbstractInternalFrame frame,
AbstractProcess agent)
Calls
Extension.load(AbstractInternalFrame, AbstractProcess) on every know extension that matches
the type with the parameters frame and agent. |
Modifier and Type | Class and Description |
---|---|
class |
TransactionAgentInternalFrame |
Modifier and Type | Class and Description |
---|---|
class |
AgentInternalFrame
Copyright: Copyright 2003-2014, Knowledge Science Group, University of Calgary.
|
class |
AgentRemoteProxyWindow
Copyright: Copyright 2003-2014, Knowledge Science Group, University of Calgary.
|
class |
ChatAgentWindow
This class creates a window which is the main user interface to an Agent.
|
class |
CooperationDomainWindow
Copyright: Copyright 2003-2014, Knowledge Science Group, University of
Calgary.
|
class |
LACWindow
Copyright: Copyright 2003-2014, Knowledge Science Group, University of Calgary.
|
class |
MasvisInternalFrame
Copyright: Copyright 2003-2014, Knowledge Science Group, University of
Calgary.
|
class |
ProcessWindow
Copyright: Copyright 2003-2014, Knowledge Science Group, University of Calgary.
|
class |
TransientAgentInternalFrame
This class acts as a default windows interface for agents.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateInternalFrame |