Uses of Class
org.neuroml.model.BaseConnectionOldFormat
Packages that use BaseConnectionOldFormat
-
Uses of BaseConnectionOldFormat in org.neuroml.model
Subclasses of BaseConnectionOldFormat in org.neuroml.modelModifier and TypeClassDescriptionclass
Event connection directly between named components, which gets processed via a new instance of a **synapse** component which is created on the target component.class
Event connection between named components, which gets processed via a new instance of a synapse component which is created on the target component, includes setting of **weight** and **delay** for the synaptic connection \n :param weight: :type weight: none :param delay: :type delay: timeMethods in org.neuroml.model that return BaseConnectionOldFormatModifier and TypeMethodDescriptionObjectFactory.createBaseConnectionOldFormat()
Create an instance ofBaseConnectionOldFormat
-
Uses of BaseConnectionOldFormat in org.neuroml.model.util
Methods in org.neuroml.model.util with parameters of type BaseConnectionOldFormatModifier and TypeMethodDescriptionstatic String
NeuroMLConverter.connectionInfo
(BaseConnectionOldFormat c) -
Uses of BaseConnectionOldFormat in org.neuroml.model.util.hdf5
Methods in org.neuroml.model.util.hdf5 that return BaseConnectionOldFormat