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.
|
casa.util |
Contains classes implementing various utility class for CASA.
|
Modifier and Type | Field and Description |
---|---|
private Tristate |
Agent.persistent
Determines whether this agent's data will be persistent:
true if this agent's data will be persistent between
instances; false otherwise. |
Modifier and Type | Method and Description |
---|---|
Tristate |
IKnowledgeBase.verifyBelief(String factString)
Deprecated.
|
Tristate |
IKnowledgeBase.verifyDesire(String factString)
Deprecated.
|
Tristate |
IKnowledgeBase.verifyIntention(String factString)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
ChatAgentWindow.sendMessage(Tristate whisper)
Called when a message is to be sent.
|
Modifier and Type | Field and Description |
---|---|
static Tristate |
Tristate.FALSE
A static
Tristate that is in the false state. |
static Tristate |
Tristate.TRUE
A static
Tristate that is in the truthful state. |
static Tristate |
Tristate.UNDEFINED
A static
Tristate that is in the undefined state. |
Modifier and Type | Method and Description |
---|---|
static Tristate |
Tristate.forState(boolean state)
Returns the
Tristate object with the given boolean state. |
Tristate |
Tristate.negation()
Returns the
Tristate object with the negation of this
object's boolean state. |