Minsky
|
An integral is an additional stock variable, that integrates its flow variable. More...
#include <integral.h>
Public Member Functions | |
VariableValue & | input () |
void | setInput (const VariableValuePtr &input) |
Public Attributes | |
VariableValuePtr | stock |
IntOp * | operation |
Private Attributes | |
VariableValuePtr | m_input |
An integral is an additional stock variable, that integrates its flow variable.
Definition at line 28 of file integral.h.
|
inline |
Definition at line 33 of file integral.h.
References m_input, and stock.
Referenced by setInput().
|
inline |
Definition at line 35 of file integral.h.
References input(), m_input, and stock.
|
private |
Definition at line 30 of file integral.h.
Referenced by input(), and setInput().
IntOp* minsky::Integral::operation |
Definition at line 34 of file integral.h.
VariableValuePtr minsky::Integral::stock |
Definition at line 32 of file integral.h.
Referenced by input(), and setInput().