ca.nengo.model
Interface SpikeOutput

All Superinterfaces:
java.lang.Cloneable, InstantaneousOutput, java.io.Serializable
All Known Subinterfaces:
PreciseSpikeOutput
All Known Implementing Classes:
PreciseSpikeOutputImpl, SpikeOutputImpl

public interface SpikeOutput
extends InstantaneousOutput

InstantaneousOutput consisting of spikes.

Author:
Bryan Tripp

Method Summary
 boolean[] getValues()
           
 
Methods inherited from interface ca.nengo.model.InstantaneousOutput
clone, getDimension, getTime, getUnits
 

Method Detail

getValues

boolean[] getValues()
Returns:
Instantaneous output in spiking channels (true means spike; false means no spike).