edu.uci.ics.jung.utils
Class CopyVertexMapper

java.lang.Object
  extended by edu.uci.ics.jung.utils.AbstractVertexMapper
      extended by edu.uci.ics.jung.utils.CopyVertexMapper
All Implemented Interfaces:
VertexMapper

public class CopyVertexMapper
extends AbstractVertexMapper

A VertexMapper implementation that respects the vertex equality reflected by ArchetypeVertex.getEqualVertex.

Author:
Joshua O'Madadhain

Field Summary
 
Fields inherited from class edu.uci.ics.jung.utils.AbstractVertexMapper
dest
 
Constructor Summary
CopyVertexMapper(ArchetypeGraph dest)
           
 
Method Summary
 ArchetypeVertex getMappedVertex(ArchetypeVertex v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyVertexMapper

public CopyVertexMapper(ArchetypeGraph dest)
Method Detail

getMappedVertex

public ArchetypeVertex getMappedVertex(ArchetypeVertex v)
See Also:
VertexMapper.getMappedVertex(edu.uci.ics.jung.graph.ArchetypeVertex)