Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Synapsim.blocks.ai.NeuralNetworks
Class TrainningPatternsCreatorDaemon  view TrainningPatternsCreatorDaemon download TrainningPatternsCreatorDaemon.java

java.lang.Object
  extended bySynapsim.blocks.ai.NeuralNetworks.TrainningPatternsCreatorDaemon
All Implemented Interfaces:
Synapsim.core.BlockDaemon, java.lang.Runnable

public class TrainningPatternsCreatorDaemon
extends java.lang.Object
implements Synapsim.core.BlockDaemon


Field Summary
protected  TrainningPatternsAddDaemon addRunner
           
protected  Synapsim.core.Block block
           
private  java.util.LinkedList patterns
           
protected  TrainningPatternsResetDaemon resetRunner
           
 
Constructor Summary
TrainningPatternsCreatorDaemon(Synapsim.core.Block block)
          Creates a new instance of this class.
 
Method Summary
 void run()
          Method executed when the Thread is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

block

protected Synapsim.core.Block block

addRunner

protected TrainningPatternsAddDaemon addRunner

resetRunner

protected TrainningPatternsResetDaemon resetRunner

patterns

private java.util.LinkedList patterns
Constructor Detail

TrainningPatternsCreatorDaemon

public TrainningPatternsCreatorDaemon(Synapsim.core.Block block)
Creates a new instance of this class.

Method Detail

run

public void run()
Method executed when the Thread is started.

Specified by:
run in interface java.lang.Runnable