edu.uci.ics.jung.utils
Class AbstractVertexMapper
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dest
protected ArchetypeGraph dest
AbstractVertexMapper
public AbstractVertexMapper(ArchetypeGraph dest)