Package | Description |
---|---|
edu.uci.ics.jung.utils |
Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SettableVertexMapper
An interface for user-mutable
VertexMapper s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVertexMapper
An abstract class based on
VertexMapper that specifies
a destination graph. |
class |
CopyVertexMapper
A
VertexMapper implementation that respects the vertex
equality reflected by ArchetypeVertex.getEqualVertex . |
class |
HashSettableVertexMapper
Uses a
HashMap to store mappings between vertices. |
class |
StringLabellerVertexMapper
Maps one vertex to another based on their common label in specified
StringLabeller instances. |