Uses of Class
neuroml.network.Projection

Packages that use Projection
neuroml   
neuroml.network   
 

Uses of Projection in neuroml
 

Methods in neuroml that return types with arguments of type Projection
 java.util.List<Projection> NeuroMLLevel3.getProjectionList()
          Get the list of projections in this NeuroML file
 

Uses of Projection in neuroml.network
 

Fields in neuroml.network with type parameters of type Projection
protected  java.util.List<Projection> Projections.projection
           
 

Methods in neuroml.network that return Projection
 Projection ObjectFactory.createProjection()
          Create an instance of Projection
 

Methods in neuroml.network that return types with arguments of type Projection
 java.util.List<Projection> Projections.getProjection()
          Gets the value of the projection property.
 



NeuroML API (v1.4)