|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
stella.util.TelescopeError.Parse
public static class TelescopeError.Parse
A command-line frontend to the sine-error class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
private static double |
DEFPIDFREQ
Default frequency of the PID, in 1/sec. |
private static String |
FOOT
An example of use |
private static String |
ONESWITCH
Switches with one argument. |
private static Map |
USE
The detailed use of the switches. |
private static String |
ZEROSWITCH
For simplex-optimization. |
| Constructor Summary | |
|---|---|
TelescopeError.Parse()
Constructs a new command-line parser and registers its switches. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
The main class. |
boolean |
process(String[] arg)
Processes the command line arguments. |
| Methods inherited from class util.CommandLineParser |
|---|
getArguments, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String ONESWITCH
private static final String ZEROSWITCH
private static final Map USE
private static final String FOOT
private static final double DEFPIDFREQ
| Constructor Detail |
|---|
public TelescopeError.Parse()
| Method Detail |
|---|
public boolean process(String[] arg)
throws ParseException,
IOException
ParseException
IOException
public static void main(String[] arg)
throws ParseException,
IOException
ParseException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||