edu.uci.ics.jung.utils
Class CopyVertexMapper
java.lang.Object
edu.uci.ics.jung.utils.AbstractVertexMapper
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyVertexMapper
public CopyVertexMapper(ArchetypeGraph dest)
getMappedVertex
public ArchetypeVertex getMappedVertex(ArchetypeVertex v)
- See Also:
VertexMapper.getMappedVertex(edu.uci.ics.jung.graph.ArchetypeVertex)