Package org.neuroml1.model.channel
Class ConcFactor
java.lang.Object
org.neuroml1.model.channel.ConcFactor
- 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 ConcFactor
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
Specification of the time independent scaling factor for a concentration dependent conductance. This factor will not be used n alpha, beta, etc. but the
expression in expr will scale the total conductance at each time step.
Java class for ConcFactor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConcFactor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charge" type="{http://www.w3.org/2001/XMLSchema}integer" default="1" />
<attribute name="variable_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="min_conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" />
<attribute name="max_conc" use="required" type="{http://morphml.org/biophysics/schema}ConcentrationValue" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected Stringprotected Stringprotected doubleprotected doubleprotected String -
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) Gets the value of the charge property.getExpr()Gets the value of the expr property.getIon()Gets the value of the ion property.doubleGets the value of the maxConc property.doubleGets the value of the minConc property.Gets the value of the variableName property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetCharge(BigInteger value) Sets the value of the charge property.voidSets the value of the expr property.voidSets the value of the ion property.voidsetMaxConc(double value) Sets the value of the maxConc property.voidsetMinConc(double value) Sets the value of the minConc property.voidsetVariableName(String value) Sets the value of the variableName property.toString()
-
Field Details
-
ion
-
charge
-
variableName
-
expr
-
minConc
protected double minConc -
maxConc
protected double maxConc
-
-
Constructor Details
-
ConcFactor
public ConcFactor()
-
-
Method Details
-
getIon
Gets the value of the ion property.- Returns:
- possible object is
String
-
setIon
Sets the value of the ion property.- Parameters:
value- allowed object isString
-
getCharge
Gets the value of the charge property.- Returns:
- possible object is
BigInteger
-
setCharge
Sets the value of the charge property.- Parameters:
value- allowed object isBigInteger
-
getVariableName
Gets the value of the variableName property.- Returns:
- possible object is
String
-
setVariableName
Sets the value of the variableName property.- Parameters:
value- allowed object isString
-
getExpr
Gets the value of the expr property.- Returns:
- possible object is
String
-
setExpr
Sets the value of the expr property.- Parameters:
value- allowed object isString
-
getMinConc
public double getMinConc()Gets the value of the minConc property. -
setMinConc
public void setMinConc(double value) Sets the value of the minConc property. -
getMaxConc
public double getMaxConc()Gets the value of the maxConc property. -
setMaxConc
public void setMaxConc(double value) Sets the value of the maxConc property. -
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
-