Package org.neuroml1.model.network
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>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.neuroml1.model.network.SynapseInternalProperties
annotation, group, internalDelay, notes, postDelay, preDelay, propDelay, properties, threshold, weight -
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 defaultValues property.Gets the value of the synapseType property.Gets the value of the synapseTypeAttributeGSP property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the defaultValues property.voidSets the value of the synapseType property.voidsetSynapseTypeAttributeGSP(String value) Sets the value of the synapseTypeAttributeGSP property.toString()Methods inherited from class org.neuroml1.model.network.SynapseInternalProperties
getAnnotation, getGroup, getInternalDelay, getNotes, getPostDelay, getPreDelay, getPropDelay, getProperties, getThreshold, getWeight, setAnnotation, setInternalDelay, setNotes, setPostDelay, setPreDelay, setPropDelay, setProperties, setThreshold, setWeight
-
Field Details
-
synapseType
-
defaultValues
-
synapseTypeAttributeGSP
-
-
Constructor Details
-
GlobalSynapticProperties
public GlobalSynapticProperties()
-
-
Method Details
-
getSynapseType
Gets the value of the synapseType property.- Returns:
- possible object is
GlobalSynapticProperties.SynapseTypeElement
-
setSynapseType
Sets the value of the synapseType property.- Parameters:
value- allowed object isGlobalSynapticProperties.SynapseTypeElement
-
getDefaultValues
Gets the value of the defaultValues property.- Returns:
- possible object is
SynapseInternalProperties
-
setDefaultValues
Sets the value of the defaultValues property.- Parameters:
value- allowed object isSynapseInternalProperties
-
getSynapseTypeAttributeGSP
Gets the value of the synapseTypeAttributeGSP property.- Returns:
- possible object is
String
-
setSynapseTypeAttributeGSP
Sets the value of the synapseTypeAttributeGSP property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classSynapseInternalProperties
-
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- Overrides:
appendin classSynapseInternalProperties
-
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- Overrides:
appendFieldsin classSynapseInternalProperties
-
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- Overrides:
equalsin classSynapseInternalProperties
-
equals
- Overrides:
equalsin classSynapseInternalProperties
-
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- Overrides:
hashCodein classSynapseInternalProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classSynapseInternalProperties
-
clone
- Overrides:
clonein classSynapseInternalProperties
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classSynapseInternalProperties
-
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- Overrides:
copyToin classSynapseInternalProperties
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classSynapseInternalProperties
-