|
CSC407 OOP Example | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--plan.Plan
This class is used to parse the command line and drive the program.
Field Summary | |
private static double |
JUST_MISSED_RATIO
Features fitting under this ratio of resourcing are considered "just-missed". |
Constructor Summary | |
private |
Plan()
This class is entirely static. |
Method Summary | |
private static void |
dieUsage(java.lang.String msg)
Print an error message and a usage message to stderr, and die with exit code -1 |
static void |
main(java.lang.String[] argv)
Main program. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final double JUST_MISSED_RATIO
Constructor Detail |
private Plan()
Method Detail |
public static void main(java.lang.String[] argv)
<feature_file.xml> <product_name> <person-days-available>
private static void dieUsage(java.lang.String msg)
msg
- the error message to print
|
CSC407 OOP Example | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |