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