brain
Class NoiseInputModule

java.lang.Object
  extended by brain.Module
      extended by brain.NoiseInputModule
All Implemented Interfaces:
java.io.Serializable

public class NoiseInputModule
extends Module

See Also:
Serialized Form

Field Summary
static int WHITE_NOISE
           
 
Fields inherited from class brain.Module
activities, biases, changeListeners, elapsedTime, elapsedTimeSteps, forwardModules, receptors
 
Constructor Summary
NoiseInputModule()
           
NoiseInputModule(int noise, double changeInterval)
           
 
Method Summary
protected  void calculateOneTimeStep(double timeDelta)
          calculates one time step of the simulation calculation This method has to be implemented by subclasses.
 double getChangeInterval()
           
 void setChangeInterval(double changeInterval)
           
 
Methods inherited from class brain.Module
addAfferentModule, addBias, addBias, addChangeListener, addForwardModule, addNeuron, addReceptor, createDotGraph, createGraphMLGraph, createTGFGraph, getActiveClique, getActivities, getActivity, getAfferentLink, getAfferentLinks, getAfferentModules, getBias, getBiases, getCliqueGraph, getCliques, getDegreeDistribution, getElapsedTime, getElapsedTimeSteps, getForwardModules, getLink, getLinkProbability, getLinks, getName, getNeighbors, getNeighbors, getNodeDegree, getNodeDegrees, getNodeInDegree, getNodeInDegrees, getNodeOutDegree, getNodeOutDegrees, getPositiveLinkAverage, getReceptor, getReceptors, getSize, hasAfferentModule, hasForwardModule, notifyStateChanged, performOneTimeStep, removeAfferentModule, removeAfferentModules, removeChangeListener, removeForwardModule, removeForwardModules, removeNeuron, reset, setActivities, setActivity, setAfferentLink, setAfferentLinks, setBias, setBias, setLink, setLink, setName, setPositiveLinkAverage, setSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WHITE_NOISE

public static final int WHITE_NOISE
See Also:
Constant Field Values
Constructor Detail

NoiseInputModule

public NoiseInputModule()

NoiseInputModule

public NoiseInputModule(int noise,
                        double changeInterval)
Method Detail

calculateOneTimeStep

protected void calculateOneTimeStep(double timeDelta)
Description copied from class: Module
calculates one time step of the simulation calculation This method has to be implemented by subclasses.

Specified by:
calculateOneTimeStep in class Module

getChangeInterval

public double getChangeInterval()

setChangeInterval

public void setChangeInterval(double changeInterval)