Class GraphCollapser


  • public class GraphCollapser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphCollapser​(edu.uci.ics.jung.graph.Graph originalGraph)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      edu.uci.ics.jung.graph.Graph collapse​(edu.uci.ics.jung.graph.Graph inGraph, edu.uci.ics.jung.graph.Graph clusterGraph)  
      edu.uci.ics.jung.graph.Graph expand​(edu.uci.ics.jung.graph.Graph inGraph, edu.uci.ics.jung.graph.Graph clusterGraph)  
      edu.uci.ics.jung.graph.Graph getClusterGraph​(edu.uci.ics.jung.graph.Graph inGraph, java.util.Collection picked)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphCollapser

        public GraphCollapser​(edu.uci.ics.jung.graph.Graph originalGraph)
    • Method Detail

      • collapse

        public edu.uci.ics.jung.graph.Graph collapse​(edu.uci.ics.jung.graph.Graph inGraph,
                                                     edu.uci.ics.jung.graph.Graph clusterGraph)
      • expand

        public edu.uci.ics.jung.graph.Graph expand​(edu.uci.ics.jung.graph.Graph inGraph,
                                                   edu.uci.ics.jung.graph.Graph clusterGraph)
      • getClusterGraph

        public edu.uci.ics.jung.graph.Graph getClusterGraph​(edu.uci.ics.jung.graph.Graph inGraph,
                                                            java.util.Collection picked)