Uses of Class
neuroml.network.CellInstance

Packages that use CellInstance
neuroml.network   
 

Uses of CellInstance in neuroml.network
 

Fields in neuroml.network with type parameters of type CellInstance
protected  java.util.List<CellInstance> Instances.instance
           
 

Methods in neuroml.network that return CellInstance
 CellInstance ObjectFactory.createCellInstance()
          Create an instance of CellInstance
 

Methods in neuroml.network that return types with arguments of type CellInstance
 java.util.List<CellInstance> Instances.getInstance()
          Gets the value of the instance property.
 



NeuroML API (v1.4)