Uses of Class
org.neuroml.model.SegmentGroup
Packages that use SegmentGroup
- 
Uses of SegmentGroup in org.neuroml.model
Fields in org.neuroml.model with type parameters of type SegmentGroupMethods in org.neuroml.model that return SegmentGroupModifier and TypeMethodDescriptionObjectFactory.createSegmentGroup()Create an instance ofSegmentGroupMethods in org.neuroml.model that return types with arguments of type SegmentGroupModifier and TypeMethodDescriptionMorphology.getSegmentGroup()Gets the value of the segmentGroup property. - 
Uses of SegmentGroup in org.neuroml.model.util
Methods in org.neuroml.model.util that return SegmentGroupModifier and TypeMethodDescriptionstatic SegmentGroupCellUtils.getSegmentGroup(Cell cell, String id) Methods in org.neuroml.model.util that return types with arguments of type SegmentGroupModifier and TypeMethodDescriptionstatic LinkedHashMap<String,SegmentGroup> CellUtils.getNamesVsSegmentGroups(Cell cell) static LinkedHashMap<String,SegmentGroup> CellUtils.getNamesVsSegmentGroups(Cell cell, NeuroMLDocument nml2doc) static LinkedHashMap<SegmentGroup,ArrayList<Integer>> CellUtils.getSegmentGroupsVsSegIds(Cell cell) static LinkedHashMap<SegmentGroup,ArrayList<Integer>> CellUtils.getSegmentGroupsVsSegIds(Cell cell, NeuroMLDocument nml2doc) Methods in org.neuroml.model.util with parameters of type SegmentGroupModifier and TypeMethodDescriptionCellUtils.getSegmentIdsInGroup(LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup) CellUtils.getSegmentsInGroup(Cell cell, LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup) CellUtils.getSegmentsInGroup(Cell cell, NeuroMLDocument nml2doc, LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup) static booleanCellUtils.isUnbranchedNonOverlapping(SegmentGroup sg) Method parameters in org.neuroml.model.util with type arguments of type SegmentGroupModifier and TypeMethodDescriptionCellUtils.getSegmentIdsInGroup(LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup) CellUtils.getSegmentsInGroup(Cell cell, LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup) CellUtils.getSegmentsInGroup(Cell cell, NeuroMLDocument nml2doc, LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup)