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

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

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.