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
Java Copy Code |
---|
public HashMap<Edge, ArrayList<Edge>> makeProperHierarchical () |