Package mgui.neuro.components
Interface Dendrites
- All Superinterfaces:
CleanableObject,java.lang.Cloneable,java.lang.Comparable<DynamicModelComponent>,DynamicModelComponent,InterfaceObject,NamedObject,NeuronalComponent,TimeStepListener,TreeObject,Updateable
- All Known Implementing Classes:
AbstractDendrites,SimpleDendrites
public interface Dendrites extends NeuronalComponent
-
Method Summary
Modifier and Type Method Description voidaddDendrite(Dendrite d)voidaddDendrite(Dendrite d, Dendrite d2)java.util.ArrayList<Synapse>getSynapses()voidremoveDendrite(Dendrite d)Methods inherited from interface mgui.interfaces.util.CleanableObject
cleanMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface mgui.models.dynamic.DynamicModelComponent
addConnection, addEvent, addToEngine, clone, executeEvents, getID, getSubComponents, hasSubComponents, removeConnection, reset, setID, setIDMethods inherited from interface mgui.interfaces.InterfaceObject
destroy, isDestroyedMethods inherited from interface mgui.interfaces.NamedObject
getName, setNameMethods inherited from interface mgui.neuro.components.NeuronalComponent
getParent, setParentMethods inherited from interface mgui.models.dynamic.TimeStepListener
timeElapsedMethods inherited from interface mgui.interfaces.trees.TreeObject
getTreeLabel, issueTreeNode, setTreeNode
-
Method Details
-
addDendrite
- Throws:
NeuroException
-
addDendrite
- Throws:
NeuroException
-
removeDendrite
- Throws:
NeuroException
-
getSynapses
java.util.ArrayList<Synapse> getSynapses()
-