Class NeuronMorphology
java.lang.Object
org.episteme.natural.biology.neuroscience.NeuronMorphology
Represents the morphology of a neuron (dendrites, axons, segments).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSegment(String segmentId, String name, double[] proximal, double[] distal, String parentId) voidaddSegmentGroup(String groupId, List<String> memberIds) getId()
-
Constructor Details
-
NeuronMorphology
-
-
Method Details
-
getId
-
addSegment
-
addSegmentGroup
-
getSegments
-