Class ConcFactor

java.lang.Object
org.neuroml1.model.channel.ConcFactor
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ConcFactor extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Specification of the time independent scaling factor for a concentration dependent conductance. This factor will not be used n alpha, beta, etc. but the expression in expr will scale the total conductance at each time step.

Java class for ConcFactor complex type.

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

 <complexType name="ConcFactor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="charge" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
       <attribute name="variable_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="expr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="min_conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" />
       <attribute name="max_conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • ion

      protected String ion
    • charge

      protected BigInteger charge
    • variableName

      protected String variableName
    • expr

      protected String expr
    • minConc

      protected double minConc
    • maxConc

      protected double maxConc
  • Constructor Details

    • ConcFactor

      public ConcFactor()
  • Method Details

    • getIon

      public String getIon()
      Gets the value of the ion property.
      Returns:
      possible object is String
    • setIon

      public void setIon(String value)
      Sets the value of the ion property.
      Parameters:
      value - allowed object is String
    • getCharge

      public BigInteger getCharge()
      Gets the value of the charge property.
      Returns:
      possible object is BigInteger
    • setCharge

      public void setCharge(BigInteger value)
      Sets the value of the charge property.
      Parameters:
      value - allowed object is BigInteger
    • getVariableName

      public String getVariableName()
      Gets the value of the variableName property.
      Returns:
      possible object is String
    • setVariableName

      public void setVariableName(String value)
      Sets the value of the variableName property.
      Parameters:
      value - allowed object is String
    • getExpr

      public String getExpr()
      Gets the value of the expr property.
      Returns:
      possible object is String
    • setExpr

      public void setExpr(String value)
      Sets the value of the expr property.
      Parameters:
      value - allowed object is String
    • getMinConc

      public double getMinConc()
      Gets the value of the minConc property.
    • setMinConc

      public void setMinConc(double value)
      Sets the value of the minConc property.
    • getMaxConc

      public double getMaxConc()
      Gets the value of the maxConc property.
    • setMaxConc

      public void setMaxConc(double value)
      Sets the value of the maxConc property.
    • 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
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
    • copyTo

      public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2