Uses of Class
org.neuroml.model.BaseConnection
Packages that use BaseConnection
-
Uses of BaseConnection in org.neuroml.model
Subclasses of BaseConnection in org.neuroml.modelModifier and TypeClassDescriptionclass
Base of all synaptic connections with preCell, postSegment, etc.class
Base of all synaptic connections with preCellId, postSegmentId, etc.class
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: timeclass
An instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.class
An instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.class
An instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.class
To enable connections between populations through gap junctions.class
To enable connections between populations through gap junctions.class
To enable connections between populations through gap junctions.Methods in org.neuroml.model that return BaseConnectionModifier and TypeMethodDescriptionObjectFactory.createBaseConnection()
Create an instance ofBaseConnection
-
Uses of BaseConnection in org.neuroml.model.util
Methods in org.neuroml.model.util with parameters of type BaseConnectionModifier and TypeMethodDescriptionstatic int
NeuroMLConverter.getPostCellId
(BaseConnection c) static int
NeuroMLConverter.getPreCellId
(BaseConnection c)