Uses of Interface
mgui.neuro.components.Dendrites
Package | Description |
---|---|
mgui.neuro.components | |
mgui.neuro.components.compartments | |
mgui.neuro.components.simple |
-
Uses of Dendrites in mgui.neuro.components
Classes in mgui.neuro.components that implement Dendrites Modifier and Type Class Description class
AbstractDendrites
Default class for dendrites.Methods in mgui.neuro.components that return Dendrites Modifier and Type Method Description Dendrites
AbstractNeuron. getDendrites()
Dendrites
Neuron. getDendrites()
Methods in mgui.neuro.components with parameters of type Dendrites Modifier and Type Method Description void
AbstractNeuron. setDendrites(Dendrites d)
void
Neuron. setDendrites(Dendrites d)
-
Uses of Dendrites in mgui.neuro.components.compartments
Methods in mgui.neuro.components.compartments that return Dendrites Modifier and Type Method Description Dendrites
CompartmentalNeuron. getDendrites()
Methods in mgui.neuro.components.compartments with parameters of type Dendrites Modifier and Type Method Description void
CompartmentalNeuron. setDendrites(Dendrites d)
-
Uses of Dendrites in mgui.neuro.components.simple
Classes in mgui.neuro.components.simple that implement Dendrites Modifier and Type Class Description class
SimpleDendrites
Basic input unit for, e.g.,SimpleNeuron
.