Uses of Interface
mgui.models.dynamic.DynamicModelUpdater
| Package | Description |
|---|---|
| mgui.models.dynamic |
Provides a framework for dynamic modelling (4D) functionality in ModelGUI.
|
| mgui.models.environments | |
| mgui.models.updaters | |
| mgui.neuro.updaters |
-
Uses of DynamicModelUpdater in mgui.models.dynamic
Methods in mgui.models.dynamic with parameters of type DynamicModelUpdater Modifier and Type Method Description voidDynamicModelEnvironment. setUpdater(DynamicModelUpdater updater) -
Uses of DynamicModelUpdater in mgui.models.environments
Methods in mgui.models.environments with parameters of type DynamicModelUpdater Modifier and Type Method Description voidSimpleEnvironment. setUpdater(DynamicModelUpdater updater) -
Uses of DynamicModelUpdater in mgui.models.updaters
Classes in mgui.models.updaters that implement DynamicModelUpdater Modifier and Type Class Description classLinearUpdaterclassPulseTrainUpdaterclassSimpleEnvironmentUpdaterDefault super class for environment updaters. -
Uses of DynamicModelUpdater in mgui.neuro.updaters
Classes in mgui.neuro.updaters that implement DynamicModelUpdater Modifier and Type Class Description classPulseTrainUpdater