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.io |
Contains classes implementing CASA's agent persistence system.
|
casa.util |
Contains classes implementing various utility class for CASA.
|
casa.util.unused |
Constructor and Description |
---|
AdvertisementDescriptor(URLDescriptor newAdvertisor,
PropertiesMap newProperties) |
Modifier and Type | Class and Description |
---|---|
class |
CASAFilePropertiesMap
CASAFilePropertiesMap is an extension of PropertiesMapXML that can write to a CASAFile and can keep the data in the file current with every change of the properties. |
Constructor and Description |
---|
CASAFilePropertiesMap(CASAFile file,
PropertiesMap map)
Creates a new instance of the
CASAFilePropertiesMap from
another PropertiesMap . |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesMapXML
PropertiesMapXML is an extension of PropertiesMap
that can transform the map into a valid XML document. |
Constructor and Description |
---|
PropertiesMap(PropertiesMap map)
Creates a new
PropertiesMap object initialized with the
given PropertiesMap . |
PropertiesMapXML(PropertiesMap map)
Creates a new instance of the
PropertiesMapXML from another
PropertiesMap . |
Modifier and Type | Method and Description |
---|---|
boolean |
PropositionNode.evaluate(PropertiesMap map)
Deprecated.
Returns the truth value of this node with the given context, either
true or false . |
boolean |
PropertyNode.evaluate(PropertiesMap map)
Deprecated.
Returns the truth value of this node with the given context, either
true or false . |
boolean |
LogicalPropositionTree.evaluate(PropertiesMap map)
Deprecated.
Returns the truth value of the tree with the given context, either
true or false . |
boolean |
LogicalNode.evaluate(PropertiesMap map)
Deprecated.
Returns the truth value of this node with the given context, either
true or false . |
boolean |
BooleanNode.evaluate(PropertiesMap map)
Deprecated.
Returns the truth value of this node with the given context, either
true or false . |
BigDecimal |
StringLiteralNode.getNumber(PropertiesMap map)
Deprecated.
Retrieves this node's numerical value.
|
BigDecimal |
PropertyNode.getNumber(PropertiesMap map)
Deprecated.
Retrieves this node's numerical value.
|
BigDecimal |
NumberLiteralNode.getNumber(PropertiesMap map)
Deprecated.
Retrieves this node's numerical value.
|
BigDecimal |
DataNode.getNumber(PropertiesMap map)
Deprecated.
Retrieves this node's numerical value.
|
String |
StringLiteralNode.getString(PropertiesMap map)
Deprecated.
Retrieves this node's numerical value.
|
String |
PropertyNode.getString(PropertiesMap map)
Deprecated.
Retrieves this node's string value.
|
String |
NumberLiteralNode.getString(PropertiesMap map)
Deprecated.
Retrieves this node's string value.
|
String |
DataNode.getString(PropertiesMap map)
Deprecated.
Retrieves this node's string value.
|
boolean |
StringLiteralNode.isANumber(PropertiesMap map)
Deprecated.
Determines whether this node can evaluate to a number with the given
context.
|
boolean |
PropertyNode.isANumber(PropertiesMap map)
Deprecated.
Determines whether this node can evaluate to a number with the given
context.
|
boolean |
NumberLiteralNode.isANumber(PropertiesMap map)
Deprecated.
Determines whether this node can evaluate to a number with the given
context.
|
boolean |
DataNode.isANumber(PropertiesMap map)
Deprecated.
Determines whether this node can evaluate to a number with the given
context.
|
boolean |
StringLiteralNode.isAString(PropertiesMap map)
Deprecated.
Determines whether this node can evaluate to a string with the given
context.
|
boolean |
PropertyNode.isAString(PropertiesMap map)
Deprecated.
Determines whether this node can evaluate to a string with the given
context.
|
boolean |
NumberLiteralNode.isAString(PropertiesMap map)
Deprecated.
Determines whether this node can evaluate to a string with the given
context.
|
boolean |
DataNode.isAString(PropertiesMap map)
Deprecated.
Determines whether this node can evaluate to a string with the given
context.
|