edu.uci.ics.jung.utils
Class StringLabellerVertexMapper
java.lang.Object
edu.uci.ics.jung.utils.AbstractVertexMapper
edu.uci.ics.jung.utils.StringLabellerVertexMapper
- All Implemented Interfaces:
- VertexMapper
public class StringLabellerVertexMapper
- extends AbstractVertexMapper
Maps one vertex to another based on their common label in specified
StringLabeller
instances.
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sl_d
protected StringLabeller sl_d
sl_s
protected StringLabeller sl_s
StringLabellerVertexMapper
public StringLabellerVertexMapper(ArchetypeGraph dest)
StringLabellerVertexMapper
public StringLabellerVertexMapper(StringLabeller sl_src,
StringLabeller sl_dest)
getMappedVertex
public ArchetypeVertex getMappedVertex(ArchetypeVertex v)
- see VertexMapper#getMappedVertex(edu.uci.ics.jung.graph.ArchetypeVertex)