Uses of Class
org.neuroml.model.Cell
-
Uses of Cell in org.neuroml.model
Modifier and TypeClassDescriptionclass
Variant of cell with two independent Ca2+ pools. -
Uses of Cell in org.neuroml.model.util
Modifier and TypeMethodDescriptionstatic BiophysicalProperties
CellUtils.getCellBiophysicalProperties
(Cell cell, NeuroMLDocument nml2doc) static Morphology
CellUtils.getCellMorphology
(Cell cell, NeuroMLDocument nml2doc) static double
CellUtils.getFractionAlongSegGroupLength
(Cell cell, String segmentGroup, int segmentId, float fractAlongSegment) static double
CellUtils.getFractionAlongSegGroupLength
(Cell cell, NeuroMLDocument nml2doc, String segmentGroup, int segmentId, float fractAlongSegment) static 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) static LinkedHashMap<String,
SegmentGroup> CellUtils.getNamesVsSegmentGroups
(Cell cell) static LinkedHashMap<String,
SegmentGroup> CellUtils.getNamesVsSegmentGroups
(Cell cell, NeuroMLDocument nml2doc) static SegmentGroup
CellUtils.getSegmentGroup
(Cell cell, String id) static LinkedHashMap<SegmentGroup,
ArrayList<Integer>> CellUtils.getSegmentGroupsVsSegIds
(Cell cell) static LinkedHashMap<SegmentGroup,
ArrayList<Integer>> CellUtils.getSegmentGroupsVsSegIds
(Cell cell, NeuroMLDocument nml2doc) CellUtils.getSegmentIdsInGroup
(Cell cell, String segmentGroup) 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) static Segment
CellUtils.getSegmentWithId
(Cell cell, int segmentId) Deprecated.static Segment
CellUtils.getSegmentWithId
(Cell cell, NeuroMLDocument nml2doc, int segmentId) static boolean
CellUtils.hasSegmentGroup
(Cell cell, String segmentGroup) static boolean
CellUtils.hasUnbranchedNonOverlappingInfo
(Cell cell) Deprecated.static boolean
CellUtils.hasUnbranchedNonOverlappingInfo
(Cell cell, NeuroMLDocument nml2doc)