Uses of Class
edu.uci.ics.jung.utils.AbstractVertexMapper

Packages that use AbstractVertexMapper
edu.uci.ics.jung.utils Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application. 
 

Uses of AbstractVertexMapper in edu.uci.ics.jung.utils
 

Subclasses of AbstractVertexMapper in edu.uci.ics.jung.utils
 class CopyVertexMapper
          A VertexMapper implementation that respects the vertex equality reflected by ArchetypeVertex.getEqualVertex.
 class StringLabellerVertexMapper
          Maps one vertex to another based on their common label in specified StringLabeller instances.