This package contains the basic structures needed in atomic models. It can be duplicated, renamed and modified to construct new atomic DEVS models.
The user can implement the behavior of a new DEVS model modifying the con, int, ext, out, and ta functions.
The state can be defined using the st record, and initialized using the initst function.
| Name | Description |
|---|---|
| atomic | Draft model to construct new atomic DEVS models |
| con | Confluent Transtition Function |
| int | Internal Transition Function |
| ext | External Transition Function |
| out | Output Function |
| ta | Time Advance Function |
| st | state of the model |
| initst | state initalization function |