it.eng.spagobi.engines.weka.runtime
Class WekaWork

java.lang.Object
  extended by it.eng.spagobi.engines.weka.runtime.WekaWork
All Implemented Interfaces:
commonj.work.Work, java.lang.Runnable

public class WekaWork
extends java.lang.Object
implements commonj.work.Work

Author:
Andrea Gioia (andrea.gioia@eng.it)

Constructor Summary
WekaWork(WekaKnowledgeFlow knowledgeFlow)
           
 
Method Summary
 boolean isDaemon()
           
 void release()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WekaWork

public WekaWork(WekaKnowledgeFlow knowledgeFlow)
Method Detail

isDaemon

public boolean isDaemon()
Specified by:
isDaemon in interface commonj.work.Work

release

public void release()
Specified by:
release in interface commonj.work.Work

run

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