Package org.neuroml.model
Class ElectricalConnectionInstanceW
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class ElectricalConnectionInstanceW
extends ElectricalConnectionInstance
implements org.jvnet.jaxb2_commons.lang.ToString2
To enable connections between populations through gap junctions. Populations need to be of type **populationList** and contain **instance** and **location** elements. Includes setting of **weight** for the connection
\n
:param weight:
:type weight: none
Java class for ElectricalConnectionInstanceW complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectricalConnectionInstanceW"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}ElectricalConnectionInstance"> <attribute name="weight" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.ElectricalConnection
synapse
Fields inherited from class org.neuroml.model.BaseConnectionNewFormat
postCell, postFractionAlong, postSegment, preCell, preFractionAlong, preSegment
Fields inherited from class org.neuroml.model.BaseConnection
neuroLexId
Fields inherited from class org.neuroml.model.BaseNonNegativeIntegerId
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) float
Gets the value of the weight property.void
setWeight
(float value) Sets the value of the weight property.toString()
Methods inherited from class org.neuroml.model.ElectricalConnection
getSynapse, setSynapse
Methods inherited from class org.neuroml.model.BaseConnectionNewFormat
getPostCell, getPostFractionAlong, getPostSegment, getPreCell, getPreFractionAlong, getPreSegment, setPostCell, setPostFractionAlong, setPostSegment, setPreCell, setPreFractionAlong, setPreSegment
Methods inherited from class org.neuroml.model.BaseConnection
getNeuroLexId, setNeuroLexId
Methods inherited from class org.neuroml.model.BaseNonNegativeIntegerId
getId, setId
-
Field Details
-
weight
protected float weight
-
-
Constructor Details
-
ElectricalConnectionInstanceW
public ElectricalConnectionInstanceW()
-
-
Method Details
-
getWeight
public float getWeight()Gets the value of the weight property. -
setWeight
public void setWeight(float value) Sets the value of the weight property. -
toString
- Overrides:
toString
in classElectricalConnectionInstance
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classElectricalConnectionInstance
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classElectricalConnectionInstance
-