public final class GraphGenerator<Node> extends java.lang.Object implements Graph<Node>
Modifier and Type | Method and Description |
---|---|
static <T> Graph<T> |
generate(InboundSemiGraph<T> graph) |
java.util.Iterator<Node> |
getIn(Node n) |
java.util.Collection<Node> |
getNodes() |
java.util.Iterator<Node> |
getOut(Node n) |
public static <T> Graph<T> generate(InboundSemiGraph<T> graph)
public java.util.Collection<Node> getNodes()
getNodes
in interface Graph<Node>
getNodes
in interface InboundSemiGraph<Node>
getNodes
in interface OutboundSemiGraph<Node>