public class CheckGraphsFor2PP_G6Version
extends java.lang.Object
Constructor and Description |
---|
CheckGraphsFor2PP_G6Version(java.lang.String machine,
java.lang.String filePath,
java.lang.String logFile,
int qSize,
int sleepTimeInSeconds,
int minDiam,
int maxDiam,
int numberCores,
boolean useThreads) |
Modifier and Type | Method and Description |
---|---|
void |
countDiams() |
void |
runStuff() |
public CheckGraphsFor2PP_G6Version(java.lang.String machine, java.lang.String filePath, java.lang.String logFile, int qSize, int sleepTimeInSeconds, int minDiam, int maxDiam, int numberCores, boolean useThreads)
filePath
- Which G6 file to process.logFile
- Data from previous run so it can continue. Set to null if no
previous run (or set to output filename even if there is no
previous run).qSize
- sleepTimeInSeconds
- minDiam
- maxDiam
- public void countDiams() throws FileFormatException, java.io.IOException
FileFormatException
java.io.IOException
public void runStuff() throws FileFormatException, java.io.IOException
FileFormatException
java.io.IOException