Package com.intellij.util.graph
Interface GraphGenerator.SemiGraph<Node>
-
- All Known Implementing Classes:
CachingSemiGraph
- Enclosing class:
- GraphGenerator<Node>
public static interface GraphGenerator.SemiGraph<Node>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<Node>
getIn(Node n)
Collection<Node>
getNodes()
-
-
-
Method Detail
-
getNodes
Collection<Node> getNodes()
-
-