Uses of Interface
mgui.models.dynamic.DynamicModelEnvironment
Package | Description |
---|---|
mgui.models.dynamic |
Provides a framework for dynamic modelling (4D) functionality in ModelGUI.
|
mgui.models.environments | |
mgui.models.networks | |
mgui.models.updaters | |
mgui.neuro.components | |
mgui.neuro.components.cortical | |
mgui.neuro.components.cortical.simple | |
mgui.neuro.components.simple | |
mgui.neuro.networks | |
mgui.neuro.updaters |
-
Uses of DynamicModelEnvironment in mgui.models.dynamic
Methods in mgui.models.dynamic that return DynamicModelEnvironment Modifier and Type Method Description DynamicModelEnvironment<?>
DynamicModel. getEnvironment()
DynamicModelEnvironment
DynamicModelEnvironmentEvent. getEnvironment()
Methods in mgui.models.dynamic with parameters of type DynamicModelEnvironment Modifier and Type Method Description void
DynamicModel. setEnvironment(DynamicModelEnvironment<?> e)
-
Uses of DynamicModelEnvironment in mgui.models.environments
Classes in mgui.models.environments that implement DynamicModelEnvironment Modifier and Type Class Description class
SimpleEnvironment<T extends MguiNumber>
Represents a simple environment, with a set of named observable scalar state variables.Methods in mgui.models.environments that return DynamicModelEnvironment Modifier and Type Method Description DynamicModelEnvironment
SimpleEnvironmentEvent. getEnvironment()
-
Uses of DynamicModelEnvironment in mgui.models.networks
Fields in mgui.models.networks declared as DynamicModelEnvironment Modifier and Type Field Description DynamicModelEnvironment
AbstractNetworkModel. environment
Methods in mgui.models.networks that return DynamicModelEnvironment Modifier and Type Method Description DynamicModelEnvironment
AbstractNetworkModel. getEnvironment()
Methods in mgui.models.networks with parameters of type DynamicModelEnvironment Modifier and Type Method Description void
AbstractNetworkModel. setEnvironment(DynamicModelEnvironment e)
-
Uses of DynamicModelEnvironment in mgui.models.updaters
Methods in mgui.models.updaters with parameters of type DynamicModelEnvironment Modifier and Type Method Description protected boolean
LinearUpdater. doUpdate(DynamicModelEnvironment<?> c, double timeStep)
protected boolean
PulseTrainUpdater. doUpdate(DynamicModelEnvironment c, double timeStep)
protected abstract boolean
SimpleEnvironmentUpdater. doUpdate(DynamicModelEnvironment<?> c, double timeStep)
-
Uses of DynamicModelEnvironment in mgui.neuro.components
Fields in mgui.neuro.components declared as DynamicModelEnvironment Modifier and Type Field Description DynamicModelEnvironment
AbstractMotorNeuron. environment
Methods in mgui.neuro.components that return DynamicModelEnvironment Modifier and Type Method Description DynamicModelEnvironment
AbstractMotorNeuron. getEnvironment()
Methods in mgui.neuro.components with parameters of type DynamicModelEnvironment Modifier and Type Method Description void
AbstractMotorNeuron. setEnvironment(DynamicModelEnvironment e)
-
Uses of DynamicModelEnvironment in mgui.neuro.components.cortical
Methods in mgui.neuro.components.cortical with parameters of type DynamicModelEnvironment Modifier and Type Method Description abstract void
AbstractCorticalOutput. setEnvironment(DynamicModelEnvironment e)
-
Uses of DynamicModelEnvironment in mgui.neuro.components.cortical.simple
Fields in mgui.neuro.components.cortical.simple declared as DynamicModelEnvironment Modifier and Type Field Description DynamicModelEnvironment
SimpleCorticalOutput. environment
Methods in mgui.neuro.components.cortical.simple that return DynamicModelEnvironment Modifier and Type Method Description DynamicModelEnvironment
SimpleCorticalOutput. getEnvironment()
Methods in mgui.neuro.components.cortical.simple with parameters of type DynamicModelEnvironment Modifier and Type Method Description void
SimpleCorticalOutput. setEnvironment(DynamicModelEnvironment e)
-
Uses of DynamicModelEnvironment in mgui.neuro.components.simple
Methods in mgui.neuro.components.simple with parameters of type DynamicModelEnvironment Modifier and Type Method Description protected boolean
SimpleSensoryNeuron. update(DynamicModelEnvironment environment)
-
Uses of DynamicModelEnvironment in mgui.neuro.networks
Methods in mgui.neuro.networks with parameters of type DynamicModelEnvironment Modifier and Type Method Description void
CorticalNetwork. setEnvironment(DynamicModelEnvironment e)
-
Uses of DynamicModelEnvironment in mgui.neuro.updaters
Methods in mgui.neuro.updaters with parameters of type DynamicModelEnvironment Modifier and Type Method Description protected boolean
PulseTrainUpdater. doUpdate(DynamicModelEnvironment c, double timeStep)