public class BlockGraphConverter extends Object
Note: This class may be retracted in a future release when a suitable replacement becomes available.
Constructor and Description |
---|
BlockGraphConverter() |
Modifier and Type | Method and Description |
---|---|
static void |
addStartStopNodesTo(BlockGraph graph)
Transforms a multi-headed and/or multi-tailed BlockGraph to a
single-headed singled-tailed BlockGraph by inserting a dummy
start and stop nodes.
|
static void |
main(String[] args) |
static void |
reverse(BlockGraph graph)
Reverses a BlockGraph by making the heads tails, the tails
heads and reversing the edges.
|
public static void addStartStopNodesTo(BlockGraph graph)
public static void reverse(BlockGraph graph)
public static void main(String[] args)