Traitsยง
- Abstract
Simulator - Interface for simulating DEVS models. All DEVS models must implement this trait.
- Bag
- Trait that defines the methods that a DEVS event bag set must implement.
- Component
- Interface for DEVS components. All DEVS components must implement this trait.
- Partial
Atomic - Partial interface for DEVS atomic models.
It is used as a helper trait to implement the
crate::Atomic
trait.