Uses of Interface
com.intellij.util.graph.GraphGenerator.SemiGraph
-
Packages that use GraphGenerator.SemiGraph Package Description com.intellij.util.graph -
-
Uses of GraphGenerator.SemiGraph in com.intellij.util.graph
Classes in com.intellij.util.graph that implement GraphGenerator.SemiGraph Modifier and Type Class Description class
CachingSemiGraph<Node>
Methods in com.intellij.util.graph with parameters of type GraphGenerator.SemiGraph Modifier and Type Method Description static <T> CachingSemiGraph<T>
CachingSemiGraph. create(GraphGenerator.SemiGraph<T> original)
static <T> GraphGenerator<T>
GraphGenerator. create(GraphGenerator.SemiGraph<T> graph)
Constructors in com.intellij.util.graph with parameters of type GraphGenerator.SemiGraph Constructor Description CachingSemiGraph(GraphGenerator.SemiGraph<Node> original)
GraphGenerator(GraphGenerator.SemiGraph<Node> graph)
-