Class GateHHInstantaneous

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

public class GateHHInstantaneous extends Base implements org.jvnet.jaxb2_commons.lang.ToString2
Gate which follows the general Hodgkin Huxley formalism but is instantaneous, so tau = 0 and gate follows exactly inf value \n :param instances: :type instances: none

Java class for GateHHInstantaneous complex type.

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

 <complexType name="GateHHInstantaneous">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}Base">
       <all>
         <element name="notes" type="{http://www.neuroml.org/schema/neuroml2}Notes" minOccurs="0"/>
         <element name="steadyState" type="{http://www.neuroml.org/schema/neuroml2}HHVariable"/>
       </all>
       <attribute name="instances" use="required" type="{http://www.neuroml.org/schema/neuroml2}PositiveInteger" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • notes

      protected String notes
    • steadyState

      protected HHVariable steadyState
    • instances

      protected Integer instances
  • Constructor Details

    • GateHHInstantaneous

      public GateHHInstantaneous()
  • Method Details

    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • 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
    • getInstances

      public Integer getInstances()
      Gets the value of the instances property.
      Returns:
      possible object is String
    • setInstances

      public void setInstances(Integer value)
      Sets the value of the instances 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