Documentation of 'org.encog.util.concurrency.PoolItem' Java class
PoolItem
org.encog.util.concurrency

Class PoolItem

  • All Implemented Interfaces:
    java.lang.Runnable


    public class PoolItem
    extends java.lang.Object
    implements java.lang.Runnable
    An Encog task being executed by the Java thread pool.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void run()
      Run the task.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PoolItem

        public PoolItem(EngineTask task,
                        TaskGroup group)
        Create a pool item.
        Parameters:
        task - The task to execute.
        group - The group this task belongs to.
    • Method Detail

      • run

        public void run()
        Run the task.
        Specified by:
        run in interface java.lang.Runnable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.