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 interfaceDynamicModelComponentInterface which must be implemented by all components of a dynamic model.interfaceDynamicModelEnvironment<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 booleanDynamicModelUpdater. 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 interfaceDynamicModelODEComponentInterface 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 classSimpleEnvironment<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 classAbstractNetworkComponentAbstract 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 booleanSimpleEnvironmentUpdater. test(Updateable c, double timeStep)booleanSimpleEnvironmentUpdater. update(Updateable c, double timeStep) -
Uses of Updateable in mgui.neuro.components
Subinterfaces of Updateable in mgui.neuro.components Modifier and Type Interface Description interfaceAxoninterfaceDendriteinterfaceDendritesinterfaceMotorNeuroninterfaceNeuroninterfaceNeuronalComponentinterfaceSensoryNeuroninterfaceSomainterfaceSynapseClasses in mgui.neuro.components that implement Updateable Modifier and Type Class Description classAbstractAxonDefault class for an axon.classAbstractDendriteclassAbstractDendritesDefault class for dendrites.classAbstractMotorNeuronAbstract class for a motor (output) neuron.classAbstractNeuroComponentAbstract generic class for neuro model components to inherit.classAbstractNeuronclassAbstractNeuronalComponentAbstract class for all neuronal components (i.e., components of instances ofNeuron) to inherit.classAbstractSensoryNeuronclassAbstractSomaclassAbstractSynapseclassCorticalRegionRepresents a component at the resolution of a cortical region.classCorticalVolumeA 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 classAbstractCompartmentBasic compartment for compartmental model components.classCompartmentalComponentBase abstract class for all components using a compartmental model.classCompartmentalDendriteRepresents a dendrite whose activity is determined by the cable model (see Rawl etc.) and a compartmental discrete (numerical) approximation of its differential functions.classCompartmentalNeuronclassCompartmentalSomaclassNeuronalCompartmentalComponentclassSimpleCompartment -
Uses of Updateable in mgui.neuro.components.cortical
Classes in mgui.neuro.components.cortical that implement Updateable Modifier and Type Class Description classAbstractCorticalConnectionAbstract class serving as a base for all cortical connections.classAbstractCorticalInputclassAbstractCorticalOutputclassAbstractCorticalRegionRepresents a component at the resolution of a cortical region.classCorticalVolumeA 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 classSimpleCorticalConnectionclassSimpleCorticalInputclassSimpleCorticalOutputclassSimpleCorticalRegion -
Uses of Updateable in mgui.neuro.components.simple
Classes in mgui.neuro.components.simple that implement Updateable Modifier and Type Class Description classSimpleAxonclassSimpleDendriteSimple dendrite, e.g., forSimpleNeuron.classSimpleDendritesBasic input unit for, e.g.,SimpleNeuron.classSimpleMotorNeuronSimple implementation of a motor (output) neuron.classSimpleNeuronSimple McCulloch-Pitts model of an artificial neuron.classSimpleSensoryNeuronA simple input (i.e., sensory) neuron.classSimpleSomaSimple soma for, e.g.,SimpleNeuron.classSimpleSynapseSimple 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 classConnectableNeuron