Search
Graph.makeProperHierarchical Method
See Also
 






Replaces long links with a sequence of virtual nodes and links that connect adjacent levels. Must be called on a simple hierarchical graph.

Namespace: com.mindfusion.graphs
Package: com.mindfusion.graphs

 Syntax

Java  Copy Code

public HashMap<Edge, ArrayList<Edge>> makeProperHierarchical ()

 Return Value

 See Also