Class TauInfTransition

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class TauInfTransition extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
KS Transition specified in terms of time constant **tau** and steady state **inf**

Java class for TauInfTransition complex type.

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

 <complexType name="TauInfTransition">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <all>
         <element name="steadyState" type="{http://www.neuroml.org/schema/neuroml2}HHVariable"/>
         <element name="timeCourse" type="{http://www.neuroml.org/schema/neuroml2}HHTime"/>
       </all>
       <attribute name="from" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
       <attribute name="to" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • steadyState

      protected HHVariable steadyState
    • timeCourse

      protected HHTime timeCourse
    • from

      protected String from
    • to

      protected String to
  • Constructor Details

    • TauInfTransition

      public TauInfTransition()
  • Method Details

    • getSteadyState

      public HHVariable getSteadyState()
      Gets the value of the steadyState property.
      Returns:
      possible object is HHVariable
    • setSteadyState

      public void setSteadyState(HHVariable value)
      Sets the value of the steadyState property.
      Parameters:
      value - allowed object is HHVariable
    • getTimeCourse

      public HHTime getTimeCourse()
      Gets the value of the timeCourse property.
      Returns:
      possible object is HHTime
    • setTimeCourse

      public void setTimeCourse(HHTime value)
      Sets the value of the timeCourse property.
      Parameters:
      value - allowed object is HHTime
    • getFrom

      public String getFrom()
      Gets the value of the from property.
      Returns:
      possible object is String
    • setFrom

      public void setFrom(String value)
      Sets the value of the from property.
      Parameters:
      value - allowed object is String
    • getTo

      public String getTo()
      Gets the value of the to property.
      Returns:
      possible object is String
    • setTo

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

      public String toString()
      Overrides:
      toString in class Base
    • 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
      Overrides:
      append in class Base
    • 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
      Overrides:
      appendFields in class Base