Class ContinuousConnectionInstance

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
ContinuousConnectionInstanceW

public class ContinuousConnectionInstance extends ContinuousConnection implements org.jvnet.jaxb2_commons.lang.ToString2
An instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end. Populations need to be of type **populationList** and contain **instance** and **location** elements. Can be used for analog synapses.

Java class for ContinuousConnectionInstance complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ContinuousConnectionInstance">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}ContinuousConnection">
     </extension>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • ContinuousConnectionInstance

      public ContinuousConnectionInstance()
  • Method Details