Package | Description |
---|---|
lavesdk.algorithm.plugin.views |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransferProtocol<V extends Vertex,E extends Edge>
A default implementation of a
GraphTransferProtocol that makes it possible to transfer a graph of one graph view to another
or to the same. |
class |
VertexOnlyTransferProtocol<V extends Vertex,E extends Edge>
A
GraphTransferProtocol that only transfers the vertices of a GraphView to another graph view or the same. |
Modifier and Type | Method and Description |
---|---|
<N extends Vertex,L extends Edge> |
GraphView.transferGraph(GraphTransferProtocol<N,L> gtp)
Transfers a graph of another graph view into this one.
|