packageCell1D
Draft package to construct new atomic DEVS models
Information
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.
Contents
| Name | Description |
|---|---|
| cell1d | 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 |