Uses of Class
org.neuroml1.model.network.PulseInput
Packages that use PulseInput
-
Uses of PulseInput in org.neuroml1.model.network
Fields in org.neuroml1.model.network declared as PulseInputModifier and TypeFieldDescriptionprotected PulseInput
Input.pulseInput
protected PulseInput
InputSite.pulseInputInstance
Methods in org.neuroml1.model.network that return PulseInputModifier and TypeMethodDescriptionObjectFactory.createPulseInput()
Create an instance ofPulseInput
Input.getPulseInput()
Gets the value of the pulseInput property.InputSite.getPulseInputInstance()
Gets the value of the pulseInputInstance property.Methods in org.neuroml1.model.network with parameters of type PulseInputModifier and TypeMethodDescriptionvoid
Input.setPulseInput
(PulseInput value) Sets the value of the pulseInput property.void
InputSite.setPulseInputInstance
(PulseInput value) Sets the value of the pulseInputInstance property.