Uses of Class
org.neuroml.model.Segment
Packages that use Segment
-
Uses of Segment in org.neuroml.model
Fields in org.neuroml.model with type parameters of type SegmentMethods in org.neuroml.model that return SegmentMethods in org.neuroml.model that return types with arguments of type SegmentModifier and TypeMethodDescriptionMorphology.getSegment()
Gets the value of the segment property. -
Uses of Segment in org.neuroml.model.util
Methods in org.neuroml.model.util that return SegmentModifier and TypeMethodDescriptionstatic Segment
CellUtils.getSegmentWithId
(Cell cell, int segmentId) Deprecated.static Segment
CellUtils.getSegmentWithId
(Cell cell, NeuroMLDocument nml2doc, int segmentId) Methods in org.neuroml.model.util that return types with arguments of type SegmentModifier 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)