Package org.neuroml.model
Class TauInfTransition
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.TauInfTransition
- All Implemented Interfaces:
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 Summary
Modifier and TypeFieldDescriptionprotected String
protected HHVariable
protected HHTime
protected String
-
Constructor Summary
-
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) getFrom()
Gets the value of the from property.Gets the value of the steadyState property.Gets the value of the timeCourse property.getTo()
Gets the value of the to property.void
Sets the value of the from property.void
setSteadyState
(HHVariable value) Sets the value of the steadyState property.void
setTimeCourse
(HHTime value) Sets the value of the timeCourse property.void
Sets the value of the to property.toString()
-
Field Details
-
steadyState
-
timeCourse
-
from
-
to
-
-
Constructor Details
-
TauInfTransition
public TauInfTransition()
-
-
Method Details
-
getSteadyState
Gets the value of the steadyState property.- Returns:
- possible object is
HHVariable
-
setSteadyState
Sets the value of the steadyState property.- Parameters:
value
- allowed object isHHVariable
-
getTimeCourse
Gets the value of the timeCourse property.- Returns:
- possible object is
HHTime
-
setTimeCourse
Sets the value of the timeCourse property.- Parameters:
value
- allowed object isHHTime
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
String
-
setFrom
Sets the value of the from property.- Parameters:
value
- allowed object isString
-
getTo
Gets the value of the to property.- Returns:
- possible object is
String
-
setTo
Sets the value of the to 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:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBase
-