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 | |
casa.auction.dutch.ui | |
casa.auction.english.ui | |
casa.auction.ui | |
casa.testAgents | |
casa.transaction | |
casa.transaction.ui | |
casa.ui |
Contains classes implementing CASA's default user interfaces.
|
iRobotCreate |
Modifier and Type | Method and Description |
---|---|
protected TransientAgentInternalFrame |
TransientAgent.makeDefaultInternalFrame(TransientAgent agent,
String title,
Container aFrame)
Create the default internal Frame (usually) with tabs for this agent type.
|
protected TransientAgentInternalFrame |
MasvisAgent.makeDefaultInternalFrame(TransientAgent agent,
String title,
Container aFrame) |
protected TransientAgentInternalFrame |
CooperationDomain.makeDefaultInternalFrame(TransientAgent agent,
String title,
Container aFrame)
Create the default internal Frame (usually) with tabs for this agent type.
|
protected TransientAgentInternalFrame |
Agent.makeDefaultInternalFrame(TransientAgent agent,
String title,
Container aFrame)
Create the default internal Frame (usually) with tabs for this agent type.
|
Modifier and Type | Method and Description |
---|---|
protected TransientAgentInternalFrame |
AuctionAgent.makeDefaultInternalFrame(TransientAgent agent,
String title,
Container aFrame) |
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 |
---|---|
protected TransientAgentInternalFrame |
ChatAgent.makeDefaultInternalFrame(TransientAgent agent,
String title,
Container aFrame)
Create the default internal Frame (usually) with tabs for this agent type.
|
Modifier and Type | Method and Description |
---|---|
protected TransientAgentInternalFrame |
TransactionAgent.makeDefaultInternalFrame(TransientAgent agent,
String title,
Container aFrame)
Create the buyer's internal frame
|
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 |
MasvisInternalFrame
Copyright: Copyright 2003-2014, Knowledge Science Group, University of
Calgary.
|
Modifier and Type | Field and Description |
---|---|
TransientAgentInternalFrame |
CasaAgentTree.FrameAndAgent.frame |
Modifier and Type | Field and Description |
---|---|
protected Vector<TransientAgentInternalFrame> |
ProcessWindow.currentFrames |
Modifier and Type | Method and Description |
---|---|
TransientAgentInternalFrame |
ProcessWindow.findFrameForAgent(PolicyAgentInterface agent)
Search for and return a frame in the agent view frame that represents
the agent.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessWindow.addAgentWindow(TransientAgentInternalFrame w) |
boolean |
ProcessWindow.removeFrame(TransientAgentInternalFrame frame)
Remove a frame by removing it and calling dispose()
on the frame.
|
Constructor and Description |
---|
FrameAndAgent(TransientAgentInternalFrame frame,
TransientAgentInterface agent,
String path) |
Modifier and Type | Class and Description |
---|---|
class |
CreateInternalFrame |
Modifier and Type | Method and Description |
---|---|
protected TransientAgentInternalFrame |
iRobotCreate.makeDefaultInternalFrame(TransientAgent agent,
String title,
Container aFrame)
Create the default internal Frame (usually) with tabs for this agent type.
|