Package com.intellij.util.graph
Interface Graph<Node>
-
- All Known Implementing Classes:
GraphGenerator
public interface Graph<Node>
- Author:
- dsl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<Node>
getIn(Node n)
Collection<Node>
getNodes()
Iterator<Node>
getOut(Node n)
-