Package org.neuroml.model
Class PlasticityMechanism
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.PlasticityMechanism
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class PlasticityMechanism
extends BaseWithoutId
implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for PlasticityMechanism complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlasticityMechanism"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId"> <attribute name="type" use="required" type="{http://www.neuroml.org/schema/neuroml2}PlasticityTypes" /> <attribute name="initReleaseProb" use="required" type="{http://www.neuroml.org/schema/neuroml2}ZeroToOne" /> <attribute name="tauRec" use="required" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> <attribute name="tauFac" type="{http://www.neuroml.org/schema/neuroml2}Nml2Quantity_time" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected float
protected String
protected String
protected PlasticityTypes
-
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) float
Gets the value of the initReleaseProb property.Gets the value of the tauFac property.Gets the value of the tauRec property.getType()
Gets the value of the type property.void
setInitReleaseProb
(float value) Sets the value of the initReleaseProb property.void
Sets the value of the tauFac property.void
Sets the value of the tauRec property.void
setType
(PlasticityTypes value) Sets the value of the type property.toString()
-
Field Details
-
type
-
initReleaseProb
protected float initReleaseProb -
tauRec
-
tauFac
-
-
Constructor Details
-
PlasticityMechanism
public PlasticityMechanism()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
PlasticityTypes
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isPlasticityTypes
-
getInitReleaseProb
public float getInitReleaseProb()Gets the value of the initReleaseProb property. -
setInitReleaseProb
public void setInitReleaseProb(float value) Sets the value of the initReleaseProb property. -
getTauRec
Gets the value of the tauRec property.- Returns:
- possible object is
String
-
setTauRec
Sets the value of the tauRec property.- Parameters:
value
- allowed object isString
-
getTauFac
Gets the value of the tauFac property.- Returns:
- possible object is
String
-
setTauFac
Sets the value of the tauFac property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classBaseWithoutId
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
append
in classBaseWithoutId
-
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 classBaseWithoutId
-