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.interfaces |
Contains classes for important
interfaces used in CASA. |
casa.ui |
Contains classes implementing CASA's default user interfaces.
|
iRobotCreate.simulator |
This package offers a simulator environment for these robots.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentOptions
Copyright: Copyright 2003-2014, Knowledge Science Group, University of
Calgary.
|
class |
CASAProcessOptions
Copyright: Copyright 2003-2014, Knowledge Science Group, University of
Calgary.
|
class |
LACOptions
Copyright: Copyright 2003-2014, Knowledge Science Group, University of
Calgary.
|
Modifier and Type | Field and Description |
---|---|
ProcessOptions |
AbstractProcess.options
The user-setable and potential persistent options for this object type.
|
Modifier and Type | Method and Description |
---|---|
ProcessOptions |
AbstractProcess.getOptions()
Returns a reference to this object's
ProcessOptions object. |
ProcessOptions |
CASAProcess.getProcessOptions() |
protected ProcessOptions |
LAC.makeOptions() |
protected ProcessOptions |
Agent.makeOptions() |
protected ProcessOptions |
AbstractProcess.makeOptions()
Factory method to make a new options object.
|
Modifier and Type | Method and Description |
---|---|
void |
Agent.setOptions(ProcessOptions options) |
void |
AbstractProcess.setOptions(ProcessOptions options)
Sets this object's ProcessOptions object.
|
Modifier and Type | Method and Description |
---|---|
ProcessOptions |
TransientAgentInterface.getOptions() |
ProcessOptions |
ProcessInterface.getOptions()
Returns a reference to this object's
ProcessOptions object. |
ProcessOptions |
PolicyAgentInterface.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
TransientAgentInterface.setOptions(ProcessOptions options) |
void |
ProcessInterface.setOptions(ProcessOptions options)
Sets this object's ProcessOptions object.
|
Modifier and Type | Field and Description |
---|---|
(package private) ProcessOptions |
OptionsDialog.options |
Constructor and Description |
---|
OptionsDialog(Frame owner,
String title,
boolean modal,
ProcessOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
Environment.EnvironmentOptions
Extends the options data structure to save the bounds of the room
environment automatically (if the agent is persistent).
|
Modifier and Type | Method and Description |
---|---|
protected ProcessOptions |
Environment.makeOptions() |