|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectiterator.AbstractIterator
util.CommandLineRunner
util.PanairRunnerShevell
util.PanairRunnerLinux
public class PanairRunnerLinux
Utility class for running PANAIR using a specified input filename.
| Field Summary |
|---|
| Fields inherited from class util.PanairRunnerShevell |
|---|
statusString |
| Fields inherited from class util.CommandLineRunner |
|---|
commandLine, DEFAULT_POLL_INTERVAL, DEFAULT_RUN_COMMAND, DEFAULT_SCRATCH_DIR, DEFAULT_STATUS_COMMAND, DEFAULT_TIMEOUT_INTERVAL, statArgument, timeElapsed |
| Fields inherited from class iterator.AbstractIterator |
|---|
diagnosticString, iter |
| Constructor Summary | |
|---|---|
PanairRunnerLinux()
|
|
| Method Summary | |
|---|---|
void |
init()
Initialization routine |
boolean |
isTerminated()
Returns true after a timeout. |
static void |
main(java.lang.String[] args)
Runs PANAIR interpreting the first argument in the list as a PANAIR input file. |
void |
run(java.util.ArrayList<java.lang.String> args)
Runs panair on a list of input files. |
void |
singleIteration()
Sleeps for a designated sleep interval. |
| Methods inherited from class util.PanairRunnerShevell |
|---|
readDrag, readForces, removePanairInputFile, run |
| Methods inherited from class util.CommandLineRunner |
|---|
getArgList, getPollInterval, getRunCommand, getScratchDir, getStatusCommand, getTimeoutInterval, isInline, iterate, run, setArgList, setInline, setPollInterval, setRunCommand, setScratchDir, setStatusCommand, setTimeoutInterval, updateDiagnostics |
| Methods inherited from class iterator.AbstractIterator |
|---|
isVerbose, printDiagnostics, setVerbose |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PanairRunnerLinux()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - the list of argumentspublic void run(java.util.ArrayList<java.lang.String> args)
run in class CommandLineRunnerargs - the given list of input files.public void init()
Iterable
init in interface Iterableinit in class CommandLineRunnerpublic boolean isTerminated()
CommandLineRunnertrue after a timeout.
isTerminated in interface IterableisTerminated in class PanairRunnerShevelltrue when done.Iterable.isTerminated()public void singleIteration()
CommandLineRunner
singleIteration in interface IterablesingleIteration in class PanairRunnerShevellIterable.singleIteration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||