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. |
Modifier and Type | Field and Description |
---|---|
private StatusURLDescriptorList |
TransientAgent.instancesFound |
Modifier and Type | Method and Description |
---|---|
StatusURLDescriptorList |
TransientAgent.doFindInstances_sync(String pattern)
Attempts to retrieve the list of registered agents that have a path
matching the given regex.
|
StatusURLDescriptorList |
TransientAgent.doSearchYP(URLDescriptor yp,
ServiceDescriptor service)
Attempts to search a yellow pages service for a agents matching a
particular service descriptor.
|
StatusURLDescriptorList |
LAC.findInstances(String pattern) |
StatusURLDescriptorList |
TransientAgent.getInstancesFound() |
Modifier and Type | Method and Description |
---|---|
StatusURLDescriptorList |
TransientAgentInterface.doFindInstances_sync(String pattern) |
StatusURLDescriptorList |
TransientAgentInterface.doSearchYP(URLDescriptor yp,
ServiceDescriptor service)
Attempts to search a yellow pages service for a agents matching a particular
service descriptor.
|
StatusURLDescriptorList |
TransientAgentInterface.getInstancesFound() |