| Class | Description |
|---|---|
| LayoutInputFormat |
This class is used to load data for the layout computation.
|
| LayoutOutputFormat |
Algorithm final output format.
|
| PartitioningInputFormat |
This class is the default input method for the partitioning algorithm.
|
| PartitioningOutputFormat |
This class outputs the graph partitioning phase result into a text format in which each line represents a
vertex and is structured as follows:
[id, vertex connected component, xcoord, ycoord, n.
|