stella.util
Class TelescopeError.Parse

java.lang.Object
  extended by util.CommandLineParser
      extended by stella.util.TelescopeError.Parse
Enclosing class:
TelescopeError

public static class TelescopeError.Parse
extends CommandLineParser

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

ONESWITCH

private static final String ONESWITCH
Switches with one argument.

See Also:
Constant Field Values

ZEROSWITCH

private static final String ZEROSWITCH
For simplex-optimization.

See Also:
Constant Field Values

USE

private static final Map USE
The detailed use of the switches.


FOOT

private static final String FOOT
An example of use

See Also:
Constant Field Values

DEFPIDFREQ

private static final double DEFPIDFREQ
Default frequency of the PID, in 1/sec.

See Also:
Constant Field Values
Constructor Detail

TelescopeError.Parse

public TelescopeError.Parse()
Constructs a new command-line parser and registers its switches.

Method Detail

process

public boolean process(String[] arg)
                throws ParseException,
                       IOException
Processes the command line arguments.

Throws:
ParseException
IOException

main

public static void main(String[] arg)
                 throws ParseException,
                        IOException
The main class.

Throws:
ParseException
IOException