pycopancore.private._abstract_process module¶
_AbstractProcess class.
It sets the basic structure of processes (ODE,explicit, step, event).
- class _AbstractProcess(name='')[source]¶
Bases:
objectDefine Abstract class for representing types of model processes.
These are ODEs, steps, explicit/implicit equations, events.
- name = None¶
short human-readable name
- owning_class = None¶
the class (entity-type or process taxon) owning the process
- smoothness = None¶
degree of smoothness
- timetype = None¶
time type
- type = None¶
mathematical type (ODE, Explicit, …)