| Package | Description |
|---|---|
| ptolemy.domains.modal.kernel |
The ptolemy.domains.modal.kernel package.
|
| Modifier and Type | Method and Description |
|---|---|
RelationList |
ParseTreeEvaluatorForGuardExpression.getRelationList()
Return the list of relations (boolean-valued expressions that do not
contain a logical operator, such as comparison expressions) in the
guard expression of this transition.
|
| Constructor and Description |
|---|
ParseTreeEvaluatorForGuardExpression(RelationList relationList,
double errorTolerance)
Construct a parse tree evaluator for a guard expression of the
given relation list and the error tolerance for evaluation the relations.
|