public interface Graph<Node> extends InboundSemiGraph<Node>, OutboundSemiGraph<Node>
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Node> |
getIn(Node n) |
java.util.Collection<Node> |
getNodes() |
java.util.Iterator<Node> |
getOut(Node n) |
java.util.Collection<Node> getNodes()
getNodes
in interface InboundSemiGraph<Node>
getNodes
in interface OutboundSemiGraph<Node>
java.util.Iterator<Node> getIn(Node n)
getIn
in interface InboundSemiGraph<Node>
java.util.Iterator<Node> getOut(Node n)
getOut
in interface OutboundSemiGraph<Node>