Uses of Class
edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation

Packages that use EquivalenceRelation
edu.uci.ics.jung.algorithms.blockmodel   
 

Uses of EquivalenceRelation in edu.uci.ics.jung.algorithms.blockmodel
 

Methods in edu.uci.ics.jung.algorithms.blockmodel that return EquivalenceRelation
 EquivalenceRelation StructurallyEquivalent.getEquivalences(Graph g)
           
 EquivalenceRelation EquivalenceAlgorithm.getEquivalences(Graph g)
          Runs the equivalence algorithm on the given graph, and returns an equivalence relation.
 

Methods in edu.uci.ics.jung.algorithms.blockmodel with parameters of type EquivalenceRelation
 Graph GraphCollapser.getCollapsedGraph(EquivalenceRelation equivalence)
          This version collects sets of vertices in an equivalence relation into a single CollapsedVertex.