Uses of Class
org.neuroml.model.Cell
Packages that use Cell
-
Uses of Cell in org.neuroml.model
Subclasses of Cell in org.neuroml.modelModifier and TypeClassDescriptionclass
Variant of cell with two independent Ca2+ pools.Fields in org.neuroml.model with type parameters of type CellMethods in org.neuroml.model that return CellMethods in org.neuroml.model that return types with arguments of type Cell -
Uses of Cell in org.neuroml.model.util
Methods in org.neuroml.model.util with parameters of type CellModifier 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)