public static class Seeing.Motion extends CommandLineParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
static double |
DIAMETER
Default windspeed.
|
static double |
DURATION
Default windspeed.
|
static double |
EXPOSURE
Default windspeed.
|
private static String |
FOOT
A footer message.
|
static double |
FREQUENCY
Default windspeed.
|
private static String |
SWITCHES
The switches for adding properties.
|
private static Map<String,String> |
USE
Detailed use of switches.
|
static double |
WINDSPEED
Default windspeed.
|
HELPSWITCHES| Constructor and Description |
|---|
Motion()
Constructs the parser to the sensor tester.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Parses the command line and prints output to standard out.
|
private boolean |
process(String[] arg)
Process the switches.
|
addHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usagepublic static final double WINDSPEED
public static final double DIAMETER
public static final double EXPOSURE
public static final double FREQUENCY
public static final double DURATION
private static final String SWITCHES
private static final String FOOT
public Motion()
private boolean process(String[] arg) throws ParseException
ParseExceptionpublic static void main(String[] arg) throws ParseException
ParseException