Class FacDepSynapse

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 FacDepSynapse extends MultiDecaySynapse 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
A synaptic type with facilitating and depressing amplitude. Extends MultiDecaySynapse

Java class for FacDepSynapse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FacDepSynapse">
   <complexContent>
     <extension base="{http://morphml.org/channelml/schema}MultiDecaySynapse">
       <sequence>
         <element name="plasticity" type="{http://morphml.org/channelml/schema}FacDep"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • plasticity

      protected FacDep plasticity
  • Constructor Details

    • FacDepSynapse

      public FacDepSynapse()
  • Method Details

    • getPlasticity

      public FacDep getPlasticity()
      Gets the value of the plasticity property.
      Returns:
      possible object is FacDep
    • setPlasticity

      public void setPlasticity(FacDep value)
      Sets the value of the plasticity property.
      Parameters:
      value - allowed object is FacDep
    • toString

      public String toString()
      Overrides:
      toString in class MultiDecaySynapse
    • 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 MultiDecaySynapse
    • 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 MultiDecaySynapse
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class MultiDecaySynapse
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class MultiDecaySynapse
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class MultiDecaySynapse
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class MultiDecaySynapse
    • clone

      public Object clone()
      Overrides:
      clone in class MultiDecaySynapse
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      Overrides:
      copyTo in class MultiDecaySynapse
    • copyTo

      public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      Overrides:
      copyTo in class MultiDecaySynapse
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      Overrides:
      createNewInstance in class MultiDecaySynapse