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 TypeClassDescriptionclassBase of all synaptic connections with preCell, postSegment, etc.classBase of all synaptic connections with preCellId, postSegmentId, etc.classEvent connection directly between named components, which gets processed via a new instance of a **synapse** component which is created on the target component.classEvent 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: timeclassAn instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.classAn instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.classAn instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.classTo enable connections between populations through gap junctions.classTo enable connections between populations through gap junctions.classTo 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 intNeuroMLConverter.getPostCellId(BaseConnection c) static intNeuroMLConverter.getPreCellId(BaseConnection c)