MatlabDEVS Tbx Modelbase

Folder: DEVSPATH/01-modelbase

Contents

Discrete Atomic Models

All discrete atomic models are derived from class atomic which implements the associated discrete atomic simulator.

Template to design own atomic models is am_discrete_template.

Hybrid Atomic Models

All hybrid atomic models are derived from class hybrid_atomic which implements the associated hybrid atomic simulator.

Template to design own atomic models is am_hybrid_template.

Discrete Coupled Models

All discrete coupled models are derived from class coupled which implements the associated discrete coupled coordinator.

Note: Instead of deriving new classes from coupled, it is also possible to create models directly by invoking instances of class coupled and defining ports, components and couplings within initialization scripts.

Hybrid Coupled Models

All hybrid coupled models are derived from class hybrid_coupled which implements both, the associated hybrid coupled coordinator and model. Ports, components, discrete and continuous couplings are defined in initialization scripts.





DEVS Tbx Home      Examples           << Back