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

Quick Search    Search Deep

Synapsim.blocks.graph
Class HistogramDaemon  view HistogramDaemon download HistogramDaemon.java

java.lang.Object
  extended bySynapsim.blocks.graph.HistogramDaemon
All Implemented Interfaces:
Synapsim.core.BlockDaemon, java.lang.Runnable

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

This class is a BlockDaemon that print the objecto in the input when the activation signal is true


Field Summary
protected  Histogram block
           
 
Constructor Summary
HistogramDaemon(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 Histogram block
Constructor Detail

HistogramDaemon

public HistogramDaemon(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