Uses of Class
org.neuroml.model.BaseProjection
Packages that use BaseProjection
- 
Uses of BaseProjection in org.neuroml.model
Subclasses of BaseProjection in org.neuroml.modelModifier and TypeClassDescriptionclassA projection between **presynapticPopulation** and **postsynapticPopulation** through components **preComponent** at the start and **postComponent** at the end of a **continuousConnection** or **continuousConnectionInstance** .classA projection between **presynapticPopulation** to another **postsynapticPopulation** through gap junctions.classProjection from one population, **presynapticPopulation** to another, **postsynapticPopulation,** through **synapse.** Contains lists of **connection** or **connectionWD** elements.Methods in org.neuroml.model that return BaseProjectionModifier and TypeMethodDescriptionObjectFactory.createBaseProjection()Create an instance ofBaseProjection - 
Uses of BaseProjection in org.neuroml.model.util.hdf5
Methods in org.neuroml.model.util.hdf5 with parameters of type BaseProjectionModifier and TypeMethodDescriptionprotected voidNetworkHelper.setProjectionArray(BaseProjection emptyProjection, HashMap<String, Integer> columns, float[][] data)