Class GlobalSynapticProperties

java.lang.Object
org.neuroml1.model.network.SynapseInternalProperties
org.neuroml1.model.network.GlobalSynapticProperties
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 GlobalSynapticProperties extends SynapseInternalProperties 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
Information on synapse type and default values for weight, delay, threshold, etc.

Java class for GlobalSynapticProperties complex type.

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

 <complexType name="GlobalSynapticProperties">
   <complexContent>
     <extension base="{http://morphml.org/networkml/schema}SynapseInternalProperties">
       <sequence>
         <element name="synapse_type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="default_values" type="{http://morphml.org/networkml/schema}SynapseInternalProperties" minOccurs="0"/>
       </sequence>
       <attribute name="synapse_type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>