Uses of Package
edu.uci.ics.jung.algorithms.blockmodel

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

Classes in edu.uci.ics.jung.algorithms.blockmodel used by edu.uci.ics.jung.algorithms.blockmodel
EquivalenceAlgorithm
          Any blockmodel equivalence algorithm should implement this method; it allows users to access EquivalenceAlgorithms more easily.
EquivalenceRelation
          An EquivalenceRelation holds a number of Equivalent vertices from the same graph.
GraphCollapser
          This is a skeleton class for collapsing graphs.
GraphCollapser.CollapsedEdge
          The CollapsedEdge interface represents a set of edges in some other graph.
GraphCollapser.CollapsedVertex
          This interface represents a vertex that holds a set of objects in some other graph.
StructurallyEquivalent
          Checks a graph for sets of structurally equivalent vertices: vertices that share all the same edges.