Uses of Interface
edu.uci.ics.jung.utils.VertexMapper

Packages that use VertexMapper
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 VertexMapper in edu.uci.ics.jung.utils
 

Subinterfaces of VertexMapper in edu.uci.ics.jung.utils
 interface SettableVertexMapper
          An interface for user-mutable VertexMappers.
 

Classes in edu.uci.ics.jung.utils that implement VertexMapper
 class AbstractVertexMapper
          An abstract class based on VertexMapper that specifies a destination graph.
 class CopyVertexMapper
          A VertexMapper implementation that respects the vertex equality reflected by ArchetypeVertex.getEqualVertex.
 class HashSettableVertexMapper
          Uses a HashMap to store mappings between vertices.
 class StringLabellerVertexMapper
          Maps one vertex to another based on their common label in specified StringLabeller instances.