Uses of Class
neuroml.network.Projections

Packages that use Projections
neuroml   
neuroml.network   
 

Uses of Projections in neuroml
 

Fields in neuroml declared as Projections
protected  Projections NeuroMLLevel3.projections
           
 

Methods in neuroml that return Projections
 Projections NeuroMLLevel3.getProjections()
          Gets the value of the projections property.
 

Methods in neuroml with parameters of type Projections
 void NeuroMLLevel3.setProjections(Projections value)
          Sets the value of the projections property.
 

Uses of Projections in neuroml.network
 

Fields in neuroml.network declared as Projections
protected  Projections NetworkML.projections
           
 

Methods in neuroml.network that return Projections
 Projections ObjectFactory.createProjections()
          Create an instance of Projections
 Projections NetworkML.getProjections()
          Gets the value of the projections property.
 

Methods in neuroml.network with parameters of type Projections
 void NetworkML.setProjections(Projections value)
          Sets the value of the projections property.
 



NeuroML API (v1.4)