|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
util.PropertyParser
astro.LightCurveSimulator.Series
public static class LightCurveSimulator.Series
Parses the command line and prints out a simluated light curve.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
private static Map<String,String> |
MAP
A map linking the command line arguments to their property keys. |
static String |
ONESWITCHES
The one-argument command line switches understood. |
static Map<String,String> |
USE
A human-readable description of the switches. |
static String |
ZEROSWITCHES
The one-argument command line switches understood. |
| Constructor Summary | |
|---|---|
LightCurveSimulator.Series()
Constructs a new series maker. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Scans command line switches and generates simulated annulus images from it. |
protected boolean |
processSwitches()
Process the command line switches found. |
| Methods inherited from class util.PropertyParser |
|---|
parseMap, parseMap, parseProperties, parseProperties, parseProperties |
| 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 |
|---|
public static final String ZEROSWITCHES
public static final String ONESWITCHES
public static final Map<String,String> USE
private static final Map<String,String> MAP
| Constructor Detail |
|---|
public LightCurveSimulator.Series()
| Method Detail |
|---|
protected boolean processSwitches()
throws IOException
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 | |||||||||