Uses of Interface
mgui.models.dynamic.DynamicModelEnvironmentEvent
Package | Description |
---|---|
mgui.models.dynamic |
Provides a framework for dynamic modelling (4D) functionality in ModelGUI.
|
mgui.models.environments | |
mgui.neuro.components.cortical.simple | |
mgui.neuro.components.simple | |
mgui.neuro.stats |
-
Uses of DynamicModelEnvironmentEvent in mgui.models.dynamic
Methods in mgui.models.dynamic with parameters of type DynamicModelEnvironmentEvent Modifier and Type Method Description void
DynamicModelEnvironmentListener. environmentUpdated(DynamicModelEnvironmentEvent e)
boolean
DynamicModelEnvironmentSensor. stimulate(DynamicModelEnvironmentEvent e)
Notifies this sensor that the environment has changed. -
Uses of DynamicModelEnvironmentEvent in mgui.models.environments
Classes in mgui.models.environments that implement DynamicModelEnvironmentEvent Modifier and Type Class Description class
SimpleEnvironmentEvent
Methods in mgui.models.environments with parameters of type DynamicModelEnvironmentEvent Modifier and Type Method Description boolean
SimpleEnvironmentInputDataSource. stimulate(DynamicModelEnvironmentEvent e)
boolean
SimpleEnvironmentObservableDataSource. stimulate(DynamicModelEnvironmentEvent e)
-
Uses of DynamicModelEnvironmentEvent in mgui.neuro.components.cortical.simple
Methods in mgui.neuro.components.cortical.simple with parameters of type DynamicModelEnvironmentEvent Modifier and Type Method Description boolean
SimpleCorticalInput. stimulate(DynamicModelEnvironmentEvent e)
-
Uses of DynamicModelEnvironmentEvent in mgui.neuro.components.simple
Methods in mgui.neuro.components.simple with parameters of type DynamicModelEnvironmentEvent Modifier and Type Method Description boolean
SimpleSensoryNeuron. stimulate(DynamicModelEnvironmentEvent e)
-
Uses of DynamicModelEnvironmentEvent in mgui.neuro.stats
Methods in mgui.neuro.stats with parameters of type DynamicModelEnvironmentEvent Modifier and Type Method Description void
SimpleStatistics. environmentUpdated(DynamicModelEnvironmentEvent e)