public class Input
extends java.lang.Object
| Constructor | Description |
|---|---|
Input() |
| Modifier and Type | Method | Description |
|---|---|---|
static ScheduleGrph |
readDotInput(java.lang.String path) |
The main method of this class, takes the filepath to the dot file, and
returns the parsed Grph Graph.
|
public static ScheduleGrph readDotInput(java.lang.String path) throws java.io.FileNotFoundException
path - the path to the input .DOT filejava.io.FileNotFoundException