Package decide
Class Decide
java.lang.Object
decide.Decide
Class to the Decide problem.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
decide
(Parameters parameters, ArrayList<Point2D> points, int numPoints, String[][] lcm, boolean[] puv) Decide from parameters given.static boolean
decideFile
(String filePath) Decide from a file.static void
Entry point of the program.
-
Method Details
-
decide
public static boolean decide(Parameters parameters, ArrayList<Point2D> points, int numPoints, String[][] lcm, boolean[] puv) Decide from parameters given.- Parameters:
parameters
- given parameterspoints
- planner pointsnumPoints
- number of pointslcm
- LCMpuv
- PUV- Returns:
- decision of launch
-
decideFile
Decide from a file.- Parameters:
filePath
- path of the file- Returns:
- decision of launch
-
main
Entry point of the program.- Parameters:
args
- command line arguments- Throws:
Exception
-