Uses of Class
mgui.neuro.components.AbstractSoma
Package | Description |
---|---|
mgui.neuro.components | |
mgui.neuro.components.simple |
-
Uses of AbstractSoma in mgui.neuro.components
Fields in mgui.neuro.components declared as AbstractSoma Modifier and Type Field Description AbstractSoma
AbstractDendrite. soma
AbstractSoma
AbstractNeuron. soma
Methods in mgui.neuro.components that return AbstractSoma Modifier and Type Method Description AbstractSoma
AbstractNeuron. getSoma()
-
Uses of AbstractSoma in mgui.neuro.components.simple
Subclasses of AbstractSoma in mgui.neuro.components.simple Modifier and Type Class Description class
SimpleSoma
Simple soma for, e.g.,SimpleNeuron
.Methods in mgui.neuro.components.simple with parameters of type AbstractSoma Modifier and Type Method Description void
SimpleNeuron. setSoma(AbstractSoma s)