addParameter(const string &name) | Parametric | |
calculateCurrentValue() | SimpleSynapse | virtual |
calculateNextValue() | SimpleSynapse | virtual |
d(double x) | StochasticFunction | inline |
differential | SimpleSynapse | protected |
getAllParameters() const | Parametric | |
getConfiguration() const | Parametric | |
getCurrentValue(double x) | StochasticFunction | inlinevirtual |
StochasticProcess::getCurrentValue() | StochasticProcess | inlinevirtual |
getDescription() | StochasticProcess | inlinevirtual |
getIncrement(double xt) | StochasticFunction | inlinevirtual |
StochasticProcess::getIncrement() | StochasticProcess | inlinevirtual |
getName() const | Parametric | inline |
getNextValue(double x) | StochasticFunction | inlinevirtual |
StochasticProcess::getNextValue() | StochasticProcess | inlinevirtual |
getParameter(const string &name) const | SimpleSynapse | virtual |
getPhysicalDescription() | Physical | inlinevirtual |
getTime() const | TimeDependent | inlinevirtual |
getType() const | Parametric | inline |
getUnit() const | Physical | virtual |
getUnitName() | Physical | inlinevirtual |
getUnitSymbol() | Physical | inlinevirtual |
init() | StochasticProcess | inlinevirtual |
isNextStatePrepared() | StochasticProcess | inlinevirtual |
operator()(double x) | StochasticFunction | inline |
Parametric(const string &name, const string &type) | Parametric | protected |
Physical() | Physical | |
Physical(const Physical &) | Physical | |
Physical(string name) | Physical | |
Physical(string name, string unitPrefix, string unitSymbol) | Physical | |
Physical(string name, Unit unit) | Physical | |
prepareNextState() | SimpleSynapse | virtual |
proceedToNextState() | SimpleSynapse | virtual |
rmParameter(const string &name) | Parametric | |
setCurrentValue(double d) | StochasticProcess | inlinevirtual |
setDescription(string s) | StochasticProcess | inlinevirtual |
setName(const string &name) | Parametric | inline |
setNextValue(double d) | StochasticProcess | inlinevirtual |
setParameter(const string &name, const string &value) | SimpleSynapse | virtual |
setPhysicalDescription(string name) | Physical | virtual |
setUnit(Unit u) | Physical | virtual |
setUnitPrefix(int n) | Physical | virtual |
SimpleSynapse(Time *time, StochasticEventGenerator *e, double weight, double revPot, double peak, double tau) | SimpleSynapse | |
SimpleSynapse(Time *time, StochasticVariable *s, double weight, double revPot, double tau) | SimpleSynapse | |
stochastic | SimpleSynapse | protected |
StochasticFunction(class Time *time, const string &name="", const string &type="Stochastic Function") | StochasticFunction | inline |
StochasticProcess(class Time *time, const string &name="", const string &type="Stochastic") | StochasticProcess | inline |
stochCurrentValue | StochasticProcess | protected |
stochDescription | StochasticProcess | protected |
stochNextStateIsPrepared | StochasticProcess | protected |
stochNextValue | StochasticProcess | protected |
Synapse(Time *time, StochasticEventGenerator *e, double weight, double revPot, const string &name="", const string &type="Synapse") | Synapse | |
TimeDependent(class Time *time) | TimeDependent | |
~Parametric() | Parametric | inlineprotectedvirtual |
~SimpleSynapse() | SimpleSynapse | |
~StochasticProcess() | StochasticProcess | inlinevirtual |
~Synapse() | Synapse | |