Package org.neuroml1.model.channel
Class DeprecatedVoltageConcGate
java.lang.Object
org.neuroml1.model.channel.DeprecatedVoltageConcGate
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class DeprecatedVoltageConcGate
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Definition of a mechanics of a gate which depends on voltage and concentration (e.g. Calcium conc dependent K channel).
Normally this will be specified as rate equations for alpha and beta (in terms of v and conc), or for tau and inf. Deprecated! Will be removed in v2.0
Java class for Deprecated_VoltageConcGate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Deprecated_VoltageConcGate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="initialisation" type="{http://morphml.org/channelml/schema}Initialisation" minOccurs="0"/>
<element name="conc_dependence" type="{http://morphml.org/channelml/schema}ConcDependence"/>
<group ref="{http://morphml.org/channelml/schema}Deprecated_AlphaBetaFormVoltConcDep" minOccurs="0"/>
<group ref="{http://morphml.org/channelml/schema}Deprecated_ExtraRateExpressions" minOccurs="0"/>
<element name="tau" type="{http://morphml.org/channelml/schema}Deprecated_RateConstVoltConcDep" minOccurs="0"/>
<element name="inf" type="{http://morphml.org/channelml/schema}Deprecated_RateConstVoltConcDep" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DeprecatedRateConstVoltConcDepprotected DeprecatedRateConstVoltConcDepprotected ConcDependenceprotected DeprecatedRateConstantEqnChoiceprotected DeprecatedRateConstVoltConcDepprotected Initialisationprotected DeprecatedRateConstVoltConcDepprotected DeprecatedRateConstantEqnChoice -
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) clone()copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getAlpha()Gets the value of the alpha property.getBeta()Gets the value of the beta property.Gets the value of the concDependence property.getGamma()Gets the value of the gamma property.getInf()Gets the value of the inf property.Gets the value of the initialisation property.getTau()Gets the value of the tau property.getZeta()Gets the value of the zeta property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the alpha property.voidSets the value of the beta property.voidsetConcDependence(ConcDependence value) Sets the value of the concDependence property.voidSets the value of the gamma property.voidSets the value of the inf property.voidsetInitialisation(Initialisation value) Sets the value of the initialisation property.voidSets the value of the tau property.voidSets the value of the zeta property.toString()
-
Field Details
-
initialisation
-
concDependence
-
alpha
-
beta
-
gamma
-
zeta
-
tau
-
inf
-
-
Constructor Details
-
DeprecatedVoltageConcGate
public DeprecatedVoltageConcGate()
-
-
Method Details
-
getInitialisation
Gets the value of the initialisation property.- Returns:
- possible object is
Initialisation
-
setInitialisation
Sets the value of the initialisation property.- Parameters:
value- allowed object isInitialisation
-
getConcDependence
Gets the value of the concDependence property.- Returns:
- possible object is
ConcDependence
-
setConcDependence
Sets the value of the concDependence property.- Parameters:
value- allowed object isConcDependence
-
getAlpha
Gets the value of the alpha property.- Returns:
- possible object is
DeprecatedRateConstVoltConcDep
-
setAlpha
Sets the value of the alpha property.- Parameters:
value- allowed object isDeprecatedRateConstVoltConcDep
-
getBeta
Gets the value of the beta property.- Returns:
- possible object is
DeprecatedRateConstVoltConcDep
-
setBeta
Sets the value of the beta property.- Parameters:
value- allowed object isDeprecatedRateConstVoltConcDep
-
getGamma
Gets the value of the gamma property.- Returns:
- possible object is
DeprecatedRateConstantEqnChoice
-
setGamma
Sets the value of the gamma property.- Parameters:
value- allowed object isDeprecatedRateConstantEqnChoice
-
getZeta
Gets the value of the zeta property.- Returns:
- possible object is
DeprecatedRateConstantEqnChoice
-
setZeta
Sets the value of the zeta property.- Parameters:
value- allowed object isDeprecatedRateConstantEqnChoice
-
getTau
Gets the value of the tau property.- Returns:
- possible object is
DeprecatedRateConstVoltConcDep
-
setTau
Sets the value of the tau property.- Parameters:
value- allowed object isDeprecatedRateConstVoltConcDep
-
getInf
Gets the value of the inf property.- Returns:
- possible object is
DeprecatedRateConstVoltConcDep
-
setInf
Sets the value of the inf property.- Parameters:
value- allowed object isDeprecatedRateConstVoltConcDep
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
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
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-