Package org.neuroml.model
Class FitzHughNagumoCell
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
org.neuroml.model.FitzHughNagumoCell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Simple dimensionless model of spiking cell from FitzHugh and Nagumo. Superseded by **fitzHughNagumo1969Cell** ( See https://github.com/NeuroML/NeuroML2/issues/42 )
\n
:param I:
:type I: none
Java class for FitzHughNagumoCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FitzHughNagumoCell">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}BaseCell">
<attribute name="I" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_none" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.neuroml.model.BaseCell
neuroLexIdFields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) getI()Gets the value of the i property.voidSets the value of the i property.toString()Methods inherited from class org.neuroml.model.BaseCell
getNeuroLexId, setNeuroLexIdMethods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
i
-
-
Constructor Details
-
FitzHughNagumoCell
public FitzHughNagumoCell()
-
-
Method Details
-
getI
Gets the value of the i property.- Returns:
- possible object is
String
-
setI
Sets the value of the i property.- Parameters:
value- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBaseCell
-