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