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.policy | |
casa.policy.sc3 | |
casa.socialcommitments |
Contains classes implementing social commitments.
|
casa.socialcommitments.operators | |
casa.socialcommitments.ui |
Modifier and Type | Method and Description |
---|---|
SocialCommitmentsStore |
TransientAgent.getSCStore() |
abstract SocialCommitmentsStore |
CommitmentProcessor.getStore() |
Modifier and Type | Method and Description |
---|---|
SocialCommitmentsStore |
PolicyAgentInterface.getSCStore() |
Modifier and Type | Method and Description |
---|---|
JComponent |
PolicyContainer.getPolicyGUI(SocialCommitmentsStore store) |
Modifier and Type | Field and Description |
---|---|
protected SocialCommitmentsStore |
ConcreteCommitmentProcessor.store |
Modifier and Type | Method and Description |
---|---|
SocialCommitmentsStore |
ConcreteCommitmentProcessor.getStore()
Return the social commitment store.
|
Constructor and Description |
---|
ConcreteCommitmentProcessor(PolicyAgentInterface agent,
SocialCommitmentsStore store) |
Modifier and Type | Method and Description |
---|---|
int |
SocialCommitmentsStore.compareTo(SocialCommitmentsStore o) |
Modifier and Type | Method and Description |
---|---|
protected SocialCommitment |
AddSocialCommitment.createCommitment(SocialCommitmentsStore store,
PolicyAgentInterface agent) |
protected SocialCommitment |
AddDependentSocialCommitment.createCommitment(SocialCommitmentsStore store,
PolicyAgentInterface agent) |
abstract Status |
SocialCommitmentOperator.executeOperator(SocialCommitmentsStore store,
PolicyAgentInterface agent) |
Status |
FulfilSocialCommitment.executeOperator(SocialCommitmentsStore store,
PolicyAgentInterface agent) |
Status |
CancelSocialCommitment.executeOperator(SocialCommitmentsStore store,
PolicyAgentInterface agent) |
Status |
AddSocialCommitment.executeOperator(SocialCommitmentsStore store,
PolicyAgentInterface agent) |
protected SocialCommitment |
AddDependentSocialCommitment.findGuard(SocialCommitmentsStore store,
PolicyAgentInterface agent) |
Modifier and Type | Field and Description |
---|---|
(package private) SocialCommitmentsStore |
SocialCommitmentListModel.commitmentStore |
Modifier and Type | Method and Description |
---|---|
static JComponent |
SocialCommitmentJList.getListPanel(SocialCommitmentsStore store) |
Constructor and Description |
---|
SocialCommitmentListModel(SocialCommitmentsStore newCommitmentStore)
Creates a new
SocialCommitmentList object. |