ca.nengo.model
Interface Noise.Noisy

All Known Implementing Classes:
BasicOrigin, BiasOrigin, DecodedOrigin
Enclosing interface:
Noise

public static interface Noise.Noisy

An object that implements this interface is subject to Noise.

Author:
Bryan Tripp

Method Summary
 Noise getNoise()
           
 void setNoise(Noise noise)
           
 

Method Detail

setNoise

void setNoise(Noise noise)
Parameters:
noise - New noise model

getNoise

Noise getNoise()
Returns:
Noise with which the object is to be corrupted