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 TypeClassDescriptionclassVariant 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 BiophysicalPropertiesCellUtils.getCellBiophysicalProperties(Cell cell, NeuroMLDocument nml2doc) static MorphologyCellUtils.getCellMorphology(Cell cell, NeuroMLDocument nml2doc) static doubleCellUtils.getFractionAlongSegGroupLength(Cell cell, String segmentGroup, int segmentId, float fractAlongSegment) static doubleCellUtils.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 SegmentGroupCellUtils.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 SegmentCellUtils.getSegmentWithId(Cell cell, int segmentId) Deprecated.static SegmentCellUtils.getSegmentWithId(Cell cell, NeuroMLDocument nml2doc, int segmentId) static booleanCellUtils.hasSegmentGroup(Cell cell, String segmentGroup) static booleanCellUtils.hasUnbranchedNonOverlappingInfo(Cell cell) Deprecated.static booleanCellUtils.hasUnbranchedNonOverlappingInfo(Cell cell, NeuroMLDocument nml2doc)