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 PulseInputInput.pulseInputprotected PulseInputInputSite.pulseInputInstanceMethods in org.neuroml1.model.network that return PulseInputModifier and TypeMethodDescriptionObjectFactory.createPulseInput()Create an instance ofPulseInputInput.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 TypeMethodDescriptionvoidInput.setPulseInput(PulseInput value) Sets the value of the pulseInput property.voidInputSite.setPulseInputInstance(PulseInput value) Sets the value of the pulseInputInstance property.