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.jade | |
casa.ontology.owl2 |
Modifier and Type | Field and Description |
---|---|
static CasaKB |
TransientAgent.cacheKB |
CasaKB |
TransientAgent.kBase |
Modifier and Type | Method and Description |
---|---|
CasaKB |
TransientAgent.getCachedKnowledgeBase() |
CasaKB |
TransientAgent.getKnowledgeBase()
Returns the default (null) knowledge base.
|
Modifier and Type | Method and Description |
---|---|
Formula |
TransientAgent.assert_(String formula,
CasaKB cacheKB) |
Modifier and Type | Method and Description |
---|---|
CasaKB |
PolicyAgentInterface.getKnowledgeBase() |
Modifier and Type | Field and Description |
---|---|
(package private) static CasaKB |
OwlOntologyTiming.cacheKb |
(package private) CasaKB |
CASAkbFiltersDefinition.kb |
(package private) CasaKB |
BeliefObserver.kbase |
Modifier and Type | Field and Description |
---|---|
(package private) TreeMap<String,CasaKB> |
CasaKB.OtherAgents |
Modifier and Type | Method and Description |
---|---|
TreeMap<String,CasaKB> |
CasaKB.getOtherAgentKBs() |
Modifier and Type | Method and Description |
---|---|
int |
CasaKB.compareTo(CasaKB o) |
static BeliefObserver |
BeliefObserver.onValueChange(CasaKB kbase,
String var,
FormulaFilter filter,
Runnable1<Object,Object> runnable)
Creates a BeliefObserver and adds it to the kbase so that runnable is executed
every time the var changes, subject to the filter.
|
Constructor and Description |
---|
BeliefObserver(CasaKB kbase,
Formula formula,
FormulaFilter filter,
Runnable1<Formula,Object> runnable)
Constructs and new BeliefObserver to monitor the knowledge base for changes
to one or more formulas and execute runnable when its value changes,
subject to filter.
|
CASAkbFiltersDefinition(String name_,
CasaKB kb_)
A filter to stuff beliefs of other agents into their own sub-belief bases.
|
Modifier and Type | Field and Description |
---|---|
(package private) static CasaKB |
OWLOntologyWithKB_JavaTest.KB |
(package private) static CasaKB |
OwlOntologyTiming.KB |