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.conversation2 | |
casa.policy |
Modifier and Type | Field and Description |
---|---|
protected PolicyContainer |
TransientAgent.policies
strategy object chain for dealing with 'reactive' or 'socialcommitments'
protocol agents.
|
protected PolicyContainer |
TransientAgent.policiesAlwaysApply |
protected PolicyContainer |
TransientAgent.policiesLastResort |
Modifier and Type | Field and Description |
---|---|
private PolicyContainer |
Conversation.policies
The list of all policies for the Conversation
|
Modifier and Type | Method and Description |
---|---|
PolicyContainer |
Conversation.getPolicies()
getter method for the conversation's policies
|
Modifier and Type | Method and Description |
---|---|
PolicyContainer |
PolicyContainer.clone() |
Modifier and Type | Method and Description |
---|---|
int |
PolicyContainer.compareTo(PolicyContainer o) |