Uses of Class
mgui.neuro.components.AbstractNeuroComponent
-
Uses of AbstractNeuroComponent in mgui.interfaces.neuro
Methods in mgui.interfaces.neuro that return AbstractNeuroComponent Modifier and Type Method Description AbstractNeuroComponent
NeuroComponentEvent. getComponent()
AbstractNeuroComponent
InterfaceNeuroTreeNode. getSource()
Constructors in mgui.interfaces.neuro with parameters of type AbstractNeuroComponent Constructor Description InterfaceNeuroTreeNode(AbstractNeuroComponent source)
NeuroComponentEvent(AbstractNeuroComponent c, int code)
-
Uses of AbstractNeuroComponent in mgui.neuro.components
Subclasses of AbstractNeuroComponent in mgui.neuro.components 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
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 AbstractNeuroComponent in mgui.neuro.components.compartments
Subclasses of AbstractNeuroComponent in mgui.neuro.components.compartments 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 AbstractNeuroComponent in mgui.neuro.components.cortical
Subclasses of AbstractNeuroComponent in mgui.neuro.components.cortical 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 AbstractNeuroComponent in mgui.neuro.components.cortical.simple
Subclasses of AbstractNeuroComponent in mgui.neuro.components.cortical.simple Modifier and Type Class Description class
SimpleCorticalConnection
class
SimpleCorticalInput
class
SimpleCorticalOutput
class
SimpleCorticalRegion
-
Uses of AbstractNeuroComponent in mgui.neuro.components.simple
Subclasses of AbstractNeuroComponent in mgui.neuro.components.simple 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 AbstractNeuroComponent in mgui.neuro.components.types
Subclasses of AbstractNeuroComponent in mgui.neuro.components.types Modifier and Type Class Description class
ConnectableNeuron