public static class LightCurveSimulator.Series extends PropertyParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
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.
|
HELPSWITCHES| Constructor and Description |
|---|
Series()
Constructs a new series maker.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
parseMap, parseMap, parseProperties, parseProperties, parseProperties, parsePropertiesaddHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usagepublic static final String ZEROSWITCHES
public static final String ONESWITCHES
public Series()
protected boolean processSwitches()
throws IOException
IOExceptionpublic static void main(String[] arg) throws ParseException, IOException
ParseExceptionIOException