Package org.neuroml.model
Class TimedSynapticInput
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.TimedSynapticInput
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TimedSynapticInput
extends Standalone
implements org.jvnet.jaxb2_commons.lang.ToString2
Spike array connected to a single **synapse,** producing a current triggered by each **spike** in the array.
Java class for TimedSynapticInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimedSynapticInput"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Standalone"> <sequence> <element name="spike" type="{http://www.neuroml.org/schema/neuroml2}Spike" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="synapse" use="required" type="{http://www.neuroml.org/schema/neuroml2}NmlId" /> <attribute name="spikeTarget" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property
-
Constructor Summary
-
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) getSpike()
Gets the value of the spike property.Gets the value of the spikeTarget property.Gets the value of the synapse property.void
setSpikeTarget
(String value) Sets the value of the spikeTarget property.void
setSynapse
(String value) Sets the value of the synapse property.toString()
Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
spike
-
synapse
-
spikeTarget
-
-
Constructor Details
-
TimedSynapticInput
public TimedSynapticInput()
-
-
Method Details
-
getSpike
Gets the value of the spike property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the spike property.For example, to add a new item, do as follows:
getSpike().add(newItem);
Objects of the following type(s) are allowed in the list
Spike
-
getSynapse
Gets the value of the synapse property.- Returns:
- possible object is
String
-
setSynapse
Sets the value of the synapse property.- Parameters:
value
- allowed object isString
-
getSpikeTarget
Gets the value of the spikeTarget property.- Returns:
- possible object is
String
-
setSpikeTarget
Sets the value of the spikeTarget property.- Parameters:
value
- allowed object isString
-
toString
- Overrides:
toString
in classStandalone
-
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 classStandalone
-
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 classStandalone
-