Component Type Hierarchy
Causal.AbstractComponent — Typeabstract type AbstractComponentAbstract type of all components
Causal.AbstractSource — Typeabstract type AbstractSource <: AbstractComponentAbstract typeof all source components
Causal.AbstractSystem — Typeabstract type AbstractSystem <: AbstractComponentAbstract type of all system components
Causal.AbstractSink — Typeabstract type AbstractSink <: AbstractComponentAbstract type of all sink components
Causal.AbstractStaticSystem — Typeabstract type AbstractStaticSystem <: AbstractSystemAbstract type of all static systems
Causal.AbstractDynamicSystem — Typeabstract type AbstractDynamicSystem <: AbstractSystemAbstract type of all dynamic system components
Causal.AbstractSubSystem — Typeabstract type AbstractSubSystem <: AbstractSystemAbstract type of all subsystem components
Causal.AbstractMemory — Typeabstract type AbstractMemory <: AbstractStaticSystemAbstract type of all memory components
Causal.AbstractDiscreteSystem — Typeabstract type AbstractDiscreteSystem <: AbstractDynamicSystemAbstract type of all dynamic systems modelled by dicrete difference equations.
Causal.AbstractODESystem — Typeabstract type AbstractODESystem <: AbstractDynamicSystemAbstract type of all dynamical systems modelled by ordinary differential equations.
Causal.AbstractRODESystem — Typeabstract type AbstractRODESystem <: AbstractDynamicSystemAbstract type of all dynamical systems modelled by random ordinary differential equations.
Causal.AbstractDAESystem — Typeabstract type AbstractDAESystem <: AbstractDynamicSystemAbstract type of all dynamical systems modelled by differential algebraic equations
Causal.AbstractSDESystem — Typeabstract type AbstractSDESystem <: AbstractDynamicSystemAbstract type of all dynamical systems modelled by stochastic differential equations.
Causal.AbstractDDESystem — Typeabstract type AbstractDDESystem <: AbstractDynamicSystemAbstract type of all dynamical systems modlled by delay dynamical systems.