Package | Description |
---|---|
lavesdk.algorithm | |
lavesdk.algorithm.plugin.views |
Modifier and Type | Method and Description |
---|---|
<V extends Vertex,E extends Edge> |
AlgorithmState.getScene(java.lang.String key,
GraphScene<V,E> defValue)
Gets a scene for a given data key.
|
Modifier and Type | Method and Description |
---|---|
<V extends Vertex,E extends Edge> |
AlgorithmState.getScene(java.lang.String key,
GraphScene<V,E> defValue)
Gets a scene for a given data key.
|
Modifier and Type | Method and Description |
---|---|
GraphScene<V,E> |
GraphScene.begin()
Starts the scene meaning that from now on all actions at the graph view like adding new objects, removing
existing objects or modify objects are recorded and can be reversed after ending the scene.
|
GraphScene<V,E> |
GraphScene.end()
Ends the scene meaning that the recording of actions is stopped.
|
GraphScene<V,E> |
GraphScene.end(boolean releaseUnmodifiedObjects)
Ends the scene meaning that the recording of actions is stopped.
|