Package | Description |
---|---|
casa.util.unused |
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 |
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 |
DataNode.getNumber(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.
|
void |
PropositionNode.setOperator(String newOperator)
Deprecated.
|
void |
LogicalNode.setOperator(String newOperator)
Deprecated.
|
Constructor and Description |
---|
LogicalNode(BooleanNode newA,
BooleanNode newB,
String newOperator)
Deprecated.
|
PropositionNode(DataNode newC,
DataNode newD,
String newOperator)
Deprecated.
|