Package mgui.neuro.components
Interface NeuronalComponent
- All Superinterfaces:
CleanableObject
,java.lang.Cloneable
,java.lang.Comparable<DynamicModelComponent>
,DynamicModelComponent
,InterfaceObject
,NamedObject
,TimeStepListener
,TreeObject
,Updateable
- All Known Implementing Classes:
AbstractAxon
,AbstractCompartment
,AbstractDendrite
,AbstractDendrites
,AbstractNeuronalComponent
,AbstractSoma
,AbstractSynapse
,CompartmentalDendrite
,CompartmentalSoma
,NeuronalCompartmentalComponent
,SimpleAxon
,SimpleCompartment
,SimpleDendrite
,SimpleDendrites
,SimpleSoma
,SimpleSynapse
public interface NeuronalComponent extends DynamicModelComponent
-
Method Summary
Methods inherited from interface mgui.interfaces.util.CleanableObject
clean
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface mgui.models.dynamic.DynamicModelComponent
addConnection, addEvent, addToEngine, clone, executeEvents, getID, getSubComponents, hasSubComponents, removeConnection, reset, setID, setID
Methods inherited from interface mgui.interfaces.InterfaceObject
destroy, isDestroyed
Methods inherited from interface mgui.interfaces.NamedObject
getName, setName
Methods inherited from interface mgui.models.dynamic.TimeStepListener
timeElapsed
Methods inherited from interface mgui.interfaces.trees.TreeObject
getTreeLabel, issueTreeNode, setTreeNode
-
Method Details
-
getParent
Neuron getParent() -
setParent
- Throws:
NeuroException
-