Uses of Class
org.neuroml.model.Segment
-
Uses of Segment in org.neuroml.model
Modifier and TypeMethodDescriptionMorphology.getSegment()
Gets the value of the segment property. -
Uses of Segment in org.neuroml.model.util
Modifier and TypeMethodDescriptionstatic Segment
CellUtils.getSegmentWithId
(Cell cell, int segmentId) Deprecated.static Segment
CellUtils.getSegmentWithId
(Cell cell, NeuroMLDocument nml2doc, int segmentId) Modifier and TypeMethodDescriptionstatic LinkedHashMap<Integer,
Segment> CellUtils.getIdsVsSegments
(Cell cell) Deprecated.use getIdsVsSegments(Cell cell, NeuroMLDocument nml2doc) instead.static LinkedHashMap<Integer,
Segment> CellUtils.getIdsVsSegments
(Cell cell, NeuroMLDocument nml2doc) CellUtils.getSegmentsInGroup
(Cell cell, String segmentGroup) Deprecated.CellUtils.getSegmentsInGroup
(Cell cell, LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup) CellUtils.getSegmentsInGroup
(Cell cell, NeuroMLDocument nml2doc, String segmentGroup) CellUtils.getSegmentsInGroup
(Cell cell, NeuroMLDocument nml2doc, LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup)