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) boolean
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) Gets the value of the defaultValues property.Gets the value of the synapseType property.Gets the value of the synapseTypeAttributeGSP property.int
hashCode()
int
hashCode
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) void
Sets the value of the defaultValues property.void
Sets the value of the synapseType property.void
setSynapseTypeAttributeGSP
(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:
toString
in classSynapseInternalProperties
-
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 classSynapseInternalProperties
-
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 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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classSynapseInternalProperties
-
equals
- Overrides:
equals
in classSynapseInternalProperties
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classSynapseInternalProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSynapseInternalProperties
-
clone
- Overrides:
clone
in classSynapseInternalProperties
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classSynapseInternalProperties
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classSynapseInternalProperties
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classSynapseInternalProperties
-