Uses of Interface
ca.nengo.model.SpikeOutput

Packages that use SpikeOutput
ca.nengo.model   
ca.nengo.model.impl   
 

Uses of SpikeOutput in ca.nengo.model
 

Subinterfaces of SpikeOutput in ca.nengo.model
 interface PreciseSpikeOutput
          InstantaneousOutput consisting of spikes and the time since they occurred.
 

Uses of SpikeOutput in ca.nengo.model.impl
 

Classes in ca.nengo.model.impl that implement SpikeOutput
 class PreciseSpikeOutputImpl
           
 class SpikeOutputImpl
          Default implementation of SpikeOutput.
 

Methods in ca.nengo.model.impl that return SpikeOutput
 SpikeOutput SpikeOutputImpl.clone()