Class VariableParameter

java.lang.Object
org.neuroml.model.VariableParameter
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class VariableParameter extends Object implements org.jvnet.jaxb2_commons.lang.ToString2
Specifies a **parameter** ( e. g. condDensity ) which can vary its value across a **segmentGroup.** The value is calculated from **value** attribute of the **inhomogeneousValue** subelement. This element is normally a child of **channelDensityNonUniform** , **channelDensityNonUniformNernst** or **channelDensityNonUniformGHK** and is used to calculate the value of the conductance, etc. which will vary on different parts of the cell. The **segmentGroup** specified here needs to define an **inhomogeneousParameter** ( referenced from **inhomogeneousParameter** in the **inhomogeneousValue** ), which calculates a **variable** ( e. g. p ) varying across the cell ( e. g. based on the path length from soma ), which is then used in the **value** attribute of the **inhomogeneousValue** ( so for example condDensity = f( p ) )

Java class for VariableParameter complex type.

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

 <complexType name="VariableParameter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="inhomogeneousValue" type="{http://www.neuroml.org/schema/neuroml2}InhomogeneousValue" minOccurs="0"/>
       </sequence>
       <attribute name="parameter" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="segmentGroup" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • inhomogeneousValue

      protected InhomogeneousValue inhomogeneousValue
    • parameter

      protected String parameter
    • segmentGroup

      protected String segmentGroup
  • Constructor Details

    • VariableParameter

      public VariableParameter()
  • Method Details

    • getInhomogeneousValue

      public InhomogeneousValue getInhomogeneousValue()
      Gets the value of the inhomogeneousValue property.
      Returns:
      possible object is InhomogeneousValue
    • setInhomogeneousValue

      public void setInhomogeneousValue(InhomogeneousValue value)
      Sets the value of the inhomogeneousValue property.
      Parameters:
      value - allowed object is InhomogeneousValue
    • getParameter

      public String getParameter()
      Gets the value of the parameter property.
      Returns:
      possible object is String
    • setParameter

      public void setParameter(String value)
      Sets the value of the parameter property.
      Parameters:
      value - allowed object is String
    • getSegmentGroup

      public String getSegmentGroup()
      Gets the value of the segmentGroup property.
      Returns:
      possible object is String
    • setSegmentGroup

      public void setSegmentGroup(String value)
      Sets the value of the segmentGroup property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2