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 TypeClassDescriptionclass
A projection between **presynapticPopulation** and **postsynapticPopulation** through components **preComponent** at the start and **postComponent** at the end of a **continuousConnection** or **continuousConnectionInstance** .class
A projection between **presynapticPopulation** to another **postsynapticPopulation** through gap junctions.class
Projection 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 void
NetworkHelper.setProjectionArray
(BaseProjection emptyProjection, HashMap<String, Integer> columns, float[][] data)