Uses of Class
mgui.models.dynamic.functions.Function
| Package | Description |
|---|---|
| mgui.models.dynamic.functions | |
| mgui.neuro.components.cortical.functions | |
| mgui.neuro.components.cortical.simple | |
| mgui.neuro.components.simple |
-
Uses of Function in mgui.models.dynamic.functions
Subclasses of Function in mgui.models.dynamic.functions Modifier and Type Class Description classDecayFunctionclassHardLimitFunctionclassODEFunctionclassSigmoidFunctionAs the name suggests... -
Uses of Function in mgui.neuro.components.cortical.functions
Subclasses of Function in mgui.neuro.components.cortical.functions Modifier and Type Class Description classBiexponentialFunctionSimplistic bi-exponential representation of population activity in a cortical region, which responds to input events.classCorticalFunctionclassMorrisLecarFunctionRegional cortical model based upon Morris and Lecar (1981), and Breakspear et al. -
Uses of Function in mgui.neuro.components.cortical.simple
Methods in mgui.neuro.components.cortical.simple that return Function Modifier and Type Method Description FunctionSimpleCorticalRegion. getInputFunction()Methods in mgui.neuro.components.cortical.simple with parameters of type Function Modifier and Type Method Description voidSimpleCorticalRegion. setInputFunction(Function f)Constructors in mgui.neuro.components.cortical.simple with parameters of type Function Constructor Description SimpleCorticalRegion(java.lang.String name, CorticalFunction transferFunction, Function inputFunction)SimpleCorticalRegion(CorticalFunction transferFunction, Function inputFunction) -
Uses of Function in mgui.neuro.components.simple
Fields in mgui.neuro.components.simple declared as Function Modifier and Type Field Description FunctionSimpleSoma. transferFunction