|
Chapter Contents |
Previous |
Next |
| Building a Model with Elementary Components |
The following documents the logic of the Adder component:
if all components on arcs leading into the Adder can initiate flow, then initiate a transaction from each and generate a new transaction to travel down each arc directed away from the Adder; otherwise, the transaction flows out the balk node.
if all components on arcs leading into the Adder can initiate flow, then initiate a transaction from each and generate a new transaction to travel down each arc directed away from the Adder.
if all components on arcs leading into the Adder can initiate flow, then return TRUE; else, return FALSE.
| Keyword | Meaning |
|---|---|
| id | returns the component's unique identifier. |
| Keyword | Meaning |
|---|---|
| reset | resets the Adder. |
| start | starts the Adder. |
| stop | stops the Adder. |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.