public class AACon extends SkeletalExecutable<AACon>
Executable.ExecProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY_VALUE_SEPARATOR |
private static org.apache.log4j.Logger |
log |
private int |
ncoreNumber
Number of cores to use, defaults to 1 for local execution or the value of
"jronn.cluster.cpunum" property for cluster execution
|
private java.lang.String |
ncorePrm |
static java.lang.String |
STAT_FILE |
cbuilder, ERROR, errorFile, INPUT, inputFile, OUTPUT, outputFile, ph
Constructor and Description |
---|
AACon() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCreatedFiles()
This method cannot really tell whether the files has actually been
created or not.
|
private static java.lang.String |
getLibPath() |
(package private) int |
getNCore() |
CommandBuilder<AACon> |
getParameters(Executable.ExecProvider provider) |
ScoreManager |
getResults(java.lang.String workDirectory) |
static java.lang.String |
getStatFile() |
java.lang.Class<AACon> |
getType() |
AACon |
setInput(java.lang.String inFile) |
void |
setNCore(int ncoreNumber) |
AACon |
setOutput(java.lang.String outFile) |
addParameters, equals, getClusterCpuNum, getClusterJobSettings, getError, getInput, getLimit, getLimits, getOutput, hashCode, isErrorSet, isInputSet, isOutputSet, loadRunConfiguration, setError, setParameter, toString
private static org.apache.log4j.Logger log
private int ncoreNumber
private final java.lang.String ncorePrm
public static final java.lang.String KEY_VALUE_SEPARATOR
public static final java.lang.String STAT_FILE
public ScoreManager getResults(java.lang.String workDirectory) throws ResultNotAvailableException
ResultNotAvailableException
private static java.lang.String getLibPath()
public java.util.List<java.lang.String> getCreatedFiles()
SkeletalExecutable
getCreatedFiles
in interface Executable<AACon>
getCreatedFiles
in class SkeletalExecutable<AACon>
Executable.getCreatedFiles()
public AACon setInput(java.lang.String inFile)
setInput
in class SkeletalExecutable<AACon>
public AACon setOutput(java.lang.String outFile)
setOutput
in class SkeletalExecutable<AACon>
public java.lang.Class<AACon> getType()
getType
in class SkeletalExecutable<AACon>
public static java.lang.String getStatFile()
public void setNCore(int ncoreNumber)
int getNCore()
public CommandBuilder<AACon> getParameters(Executable.ExecProvider provider)
getParameters
in interface Executable<AACon>
getParameters
in class SkeletalExecutable<AACon>