Uses of Interface
edu.uci.ics.jung.algorithms.blockmodel.EquivalenceAlgorithm

Packages that use EquivalenceAlgorithm
edu.uci.ics.jung.algorithms.blockmodel Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks. 
 

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

Classes in edu.uci.ics.jung.algorithms.blockmodel that implement EquivalenceAlgorithm
 class StructurallyEquivalent
          Checks a graph for sets of structurally equivalent vertices: vertices that share all the same edges.
 class StructurallyEquivalentII
          Checks a graph for sets of structurally equivalent vertices: vertices that share all the same edges.