Class BaseCellMembPotCap

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
AdExIaFCell, HindmarshRose1984Cell, Izhikevich2007Cell

public class BaseCellMembPotCap extends BaseCell implements org.jvnet.jaxb2_commons.lang.ToString2
Any cell with a membrane potential **v** with voltage units and a membrane capacitance **C.** Also defines exposed value **iSyn** for current due to external synapses and **iMemb** for total transmembrane current ( usually channel currents plus **iSyn** ) \n :param C: Total capacitance of the cell membrane :type C: capacitance

Java class for BaseCellMembPotCap complex type.

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

 <complexType name="BaseCellMembPotCap">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell">
       <attribute name="C" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_capacitance" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BaseCellMembPotCap

      public BaseCellMembPotCap()
  • Method Details

    • getCap

      public String getCap()
      Gets the value of the cap property.
      Returns:
      possible object is String
    • setCap

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

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