edu.uci.ics.jung.utils
Class AbstractVertexMapper

java.lang.Object
  extended by edu.uci.ics.jung.utils.AbstractVertexMapper
All Implemented Interfaces:
VertexMapper
Direct Known Subclasses:
CopyVertexMapper, StringLabellerVertexMapper

public abstract class AbstractVertexMapper
extends Object
implements VertexMapper

An abstract class based on VertexMapper that specifies a destination graph.

Author:
Joshua O'Madadhain

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

Field Detail

dest

protected ArchetypeGraph dest
Constructor Detail

AbstractVertexMapper

public AbstractVertexMapper(ArchetypeGraph dest)