Uses of Class
neuroml.Level3Cell

Packages that use Level3Cell
neuroml   
 

Uses of Level3Cell in neuroml
 

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

Methods in neuroml that return Level3Cell
 Level3Cell ObjectFactory.createLevel3Cell()
          Create an instance of Level3Cell
 

Methods in neuroml that return types with arguments of type Level3Cell
 java.util.List<Level3Cell> NeuroMLLevel3.Cells.getCell()
          Gets the value of the cell property.
 java.util.List<Level3Cell> NeuroMLLevel3.getCellList()
          Get the list of cells in this NeuroML file
 



NeuroML API (v1.4)