Uses of Interface
mgui.models.dynamic.Updateable
Package | Description |
---|---|
mgui.models.dynamic |
Provides a framework for dynamic modelling (4D) functionality in ModelGUI.
|
mgui.models.dynamic.ode | |
mgui.models.environments | |
mgui.models.networks.components | |
mgui.models.updaters | |
mgui.neuro.components | |
mgui.neuro.components.compartments | |
mgui.neuro.components.cortical | |
mgui.neuro.components.cortical.simple | |
mgui.neuro.components.simple | |
mgui.neuro.components.types |
-
Uses of Updateable in mgui.models.dynamic
Subinterfaces of Updateable in mgui.models.dynamic Modifier and Type Interface Description interface
DynamicModelComponent
Interface which must be implemented by all components of a dynamic model.interface
DynamicModelEnvironment<T extends MguiNumber>
Interface for a dynamic model's environment.Methods in mgui.models.dynamic with parameters of type Updateable Modifier and Type Method Description boolean
DynamicModelUpdater. update(Updateable c, double timeStep)
-
Uses of Updateable in mgui.models.dynamic.ode
Subinterfaces of Updateable in mgui.models.dynamic.ode Modifier and Type Interface Description interface
DynamicModelODEComponent
Interface for components which solve ordinary differential equations (ODEs). -
Uses of Updateable in mgui.models.environments
Classes in mgui.models.environments that implement Updateable Modifier and Type Class Description class
SimpleEnvironment<T extends MguiNumber>
Represents a simple environment, with a set of named observable scalar state variables. -
Uses of Updateable in mgui.models.networks.components
Classes in mgui.models.networks.components that implement Updateable Modifier and Type Class Description class
AbstractNetworkComponent
Abstract generic class for neuro model components to inherit. -
Uses of Updateable in mgui.models.updaters
Methods in mgui.models.updaters with parameters of type Updateable Modifier and Type Method Description protected boolean
SimpleEnvironmentUpdater. test(Updateable c, double timeStep)
boolean
SimpleEnvironmentUpdater. update(Updateable c, double timeStep)
-
Uses of Updateable in mgui.neuro.components
Subinterfaces of Updateable in mgui.neuro.components Modifier and Type Interface Description interface
Axon
interface
Dendrite
interface
Dendrites
interface
MotorNeuron
interface
Neuron
interface
NeuronalComponent
interface
SensoryNeuron
interface
Soma
interface
Synapse
Classes in mgui.neuro.components that implement Updateable Modifier and Type Class Description class
AbstractAxon
Default class for an axon.class
AbstractDendrite
class
AbstractDendrites
Default class for dendrites.class
AbstractMotorNeuron
Abstract class for a motor (output) neuron.class
AbstractNeuroComponent
Abstract generic class for neuro model components to inherit.class
AbstractNeuron
class
AbstractNeuronalComponent
Abstract class for all neuronal components (i.e., components of instances ofNeuron
) to inherit.class
AbstractSensoryNeuron
class
AbstractSoma
class
AbstractSynapse
class
CorticalRegion
Represents a component at the resolution of a cortical region.class
CorticalVolume
A Volume3D-based representation of a cortical region. -
Uses of Updateable in mgui.neuro.components.compartments
Classes in mgui.neuro.components.compartments that implement Updateable Modifier and Type Class Description class
AbstractCompartment
Basic compartment for compartmental model components.class
CompartmentalComponent
Base abstract class for all components using a compartmental model.class
CompartmentalDendrite
Represents a dendrite whose activity is determined by the cable model (see Rawl etc.) and a compartmental discrete (numerical) approximation of its differential functions.class
CompartmentalNeuron
class
CompartmentalSoma
class
NeuronalCompartmentalComponent
class
SimpleCompartment
-
Uses of Updateable in mgui.neuro.components.cortical
Classes in mgui.neuro.components.cortical that implement Updateable Modifier and Type Class Description class
AbstractCorticalConnection
Abstract class serving as a base for all cortical connections.class
AbstractCorticalInput
class
AbstractCorticalOutput
class
AbstractCorticalRegion
Represents a component at the resolution of a cortical region.class
CorticalVolume
A Volume3D-based representation of a cortical region. -
Uses of Updateable in mgui.neuro.components.cortical.simple
Classes in mgui.neuro.components.cortical.simple that implement Updateable Modifier and Type Class Description class
SimpleCorticalConnection
class
SimpleCorticalInput
class
SimpleCorticalOutput
class
SimpleCorticalRegion
-
Uses of Updateable in mgui.neuro.components.simple
Classes in mgui.neuro.components.simple that implement Updateable Modifier and Type Class Description class
SimpleAxon
class
SimpleDendrite
Simple dendrite, e.g., forSimpleNeuron
.class
SimpleDendrites
Basic input unit for, e.g.,SimpleNeuron
.class
SimpleMotorNeuron
Simple implementation of a motor (output) neuron.class
SimpleNeuron
Simple McCulloch-Pitts model of an artificial neuron.class
SimpleSensoryNeuron
A simple input (i.e., sensory) neuron.class
SimpleSoma
Simple soma for, e.g.,SimpleNeuron
.class
SimpleSynapse
Simple synapse for, e.g.,SimpleNeuron
-
Uses of Updateable in mgui.neuro.components.types
Classes in mgui.neuro.components.types that implement Updateable Modifier and Type Class Description class
ConnectableNeuron