brain
Class DistributedInput

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

public class DistributedInput
extends Module

See Also:
Serialized Form

Field Summary
 
Fields inherited from class brain.Module
activities, biases, changeListeners, elapsedTime, elapsedTimeSteps, forwardModules, receptors
 
Constructor Summary
DistributedInput()
           
 
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 reset()
           
 void setChangeInterval(double changeInterval)
           
 
Methods inherited from class brain.Module
addAfferentModule, addBias, addBias, addChangeListener, addForwardModule, addNeuron, addReceptor, cliqueGraph, createDotGraph, createGnuplotGraph, createGraphMLGraph, createTGFGraph, degreeDistribution, getActiveClique, getActivities, getActivity, getAfferentLink, getAfferentLinks, getAfferentModules, getBias, getBiases, getCliques, getElapsedTime, getElapsedTimeSteps, getForwardModules, getLink, getLinkProbability, getLinks, getName, getNodeDegree, getNodeDegrees, getNodeInDegree, getNodeInDegrees, getNodeOutDegree, getNodeOutDegrees, getPositiveLinkAverage, getReceptor, getReceptors, getSize, hasAfferentModule, hasForwardModule, neighbors, notifyStateChanged, performOneTimeStep, removeAfferentModule, removeAfferentModules, removeChangeListener, removeForwardModule, removeForwardModules, removeNeuron, 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
 

Constructor Detail

DistributedInput

public DistributedInput()
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

reset

public void reset()
Overrides:
reset in class Module

getChangeInterval

public double getChangeInterval()

setChangeInterval

public void setChangeInterval(double changeInterval)