|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
Conquest.Control.Miner
public class Control.Miner
Esegue le chiamate di SPQL, controllando se in cache esiste già materiale che può essere riutilizzato per evitare computazioni superflue in caso contrario lancia un worker a sua volta (il Dataset Generator) per la generazione dei file del dataset, dopo di che costruisce una chiamata di sistema per il miner e lo fa eseguire facendo utilizzare i file appena generati.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
double |
autoRules
|
java.lang.String |
exQuery
|
boolean |
interrupt
|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
Control.Miner()
|
Method Summary | |
---|---|
void |
interrupt()
|
void |
mine()
|
void |
retriveCacheFromFile(java.lang.String nomefile,
java.lang.String extAtt)
|
void |
run()
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean interrupt
public java.lang.String exQuery
public double autoRules
Constructor Detail |
---|
public Control.Miner()
Method Detail |
---|
public void interrupt()
interrupt
in class java.lang.Thread
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void retriveCacheFromFile(java.lang.String nomefile, java.lang.String extAtt)
public void mine()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |