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 Details

    • type

      protected PlasticityTypes type
    • initReleaseProb

      protected float initReleaseProb
    • tauRec

      protected String tauRec
    • tauFac

      protected String tauFac
  • Constructor Details

    • PlasticityMechanism

      public PlasticityMechanism()
  • Method Details

    • getType

      public PlasticityTypes getType()
      Gets the value of the type property.
      Returns:
      possible object is PlasticityTypes
    • setType

      public void setType(PlasticityTypes value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is PlasticityTypes
    • 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

      public String getTauRec()
      Gets the value of the tauRec property.
      Returns:
      possible object is String
    • setTauRec

      public void setTauRec(String value)
      Sets the value of the tauRec property.
      Parameters:
      value - allowed object is String
    • getTauFac

      public String getTauFac()
      Gets the value of the tauFac property.
      Returns:
      possible object is String
    • setTauFac

      public void setTauFac(String value)
      Sets the value of the tauFac property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class BaseWithoutId
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BaseWithoutId
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BaseWithoutId