public class Main
extends javafx.application.Application
Constructor | Description |
---|---|
Main() |
Modifier and Type | Method | Description |
---|---|---|
static ScheduleGrph |
getIn() |
Get the input graph that was read in at the input step
|
static int |
getNumCores() |
Get the number of cores to run the algorithm on specified by the user (or 1 if none specified)
|
static int |
getNumProcessers() |
Get the number of processors to schedule tasks on specified by the user
|
static java.lang.String |
getOutputFilename() |
Get the output file name to save output as specified by the user
(or default to *input name*_OUTPUT.dot
|
static void |
main(java.lang.String[] args) |
Inital setup / entry point
|
void |
start(javafx.stage.Stage primaryStage) |
public static void main(java.lang.String[] args) throws java.net.URISyntaxException
args
- java.net.URISyntaxException
public static ScheduleGrph getIn()
public static int getNumProcessers()
public static int getNumCores()
public static java.lang.String getOutputFilename()
public void start(javafx.stage.Stage primaryStage) throws java.lang.Exception
start
in class javafx.application.Application
java.lang.Exception