Uses of Class
neuroml.morph.Cell

Packages that use Cell
neuroml   
neuroml.morph   
 

Uses of Cell in neuroml
 

Subclasses of Cell in neuroml
 class Level3Cell
          Cell with extensions for biophysics, and network functionality
 

Uses of Cell in neuroml.morph
 

Fields in neuroml.morph with type parameters of type Cell
protected  java.util.List<Cell> Cells.cell
           
 

Methods in neuroml.morph that return Cell
 Cell ObjectFactory.createCell()
          Create an instance of Cell
 

Methods in neuroml.morph that return types with arguments of type Cell
 java.util.List<Cell> Cells.getCell()
          Gets the value of the cell property.
 java.util.List<Cell> Morphology.getCellList()
          Gets the list of cells for this Morphology.
 



NeuroML API (v1.4)