Uses of Class
neuroml.network.SynapseProperties

Packages that use SynapseProperties
neuroml.network   
 

Uses of SynapseProperties in neuroml.network
 

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

Methods in neuroml.network that return SynapseProperties
 SynapseProperties ObjectFactory.createSynapseProperties()
          Create an instance of SynapseProperties
 

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



NeuroML API (v1.4)