The Encog Project

org.encog.util.concurrency
Interface EncogTask

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
IncrementalWorker, MateWorker, SpiderWorker

public interface EncogTask
extends java.lang.Runnable

An individual task that can be submitted to the EncogCurrency utility.

Author:
jheaton

Method Summary
 
Methods inherited from interface java.lang.Runnable
run
 


The Encog Project