Package | Description |
---|---|
lavesdk.algorithm.plugin.extensions | |
lavesdk.algorithm.plugin.views |
Constructor and Description |
---|
BipartiteGraphToolBarExtension(GraphView<V,E> graphView)
Creates a new bipartite graph toolbar extension.
|
BipartiteGraphToolBarExtension(GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID)
Creates a new bipartite graph toolbar extension.
|
BipartiteGraphToolBarExtension(GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new bipartite graph toolbar extension.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView)
Creates a new bipartite layout toolbar extension.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView,
boolean nonIncidentVerticesToSubset1)
Creates a new bipartite layout toolbar extension.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView,
boolean nonIncidentVerticesToSubset1,
LanguageFile langFile,
java.lang.String langID)
Creates a new bipartite layout toolbar extension.
|
BipartiteLayoutToolBarExtension(GraphView<V,E> graphView,
boolean nonIncidentVerticesToSubset1,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new bipartite layout toolbar extension.
|
CircleLayoutToolBarExtension(GraphView<V,E> graphView)
Creates a new circle layout toolbar extension.
|
CircleLayoutToolBarExtension(GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID)
Creates a new circle layout toolbar extension.
|
CircleLayoutToolBarExtension(GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new circle layout toolbar extension.
|
CompleteBipartiteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView)
Creates a new complete bipartite graph toolbar extension.
|
CompleteBipartiteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID)
Creates a new complete bipartite graph toolbar extension.
|
CompleteBipartiteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new complete bipartite graph toolbar extension.
|
CompleteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type)
Creates a new complete graph toolbar extension.
|
CompleteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID)
Creates a new complete graph toolbar extension.
|
CompleteGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new complete graph toolbar extension.
|
MatrixToGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type)
Creates a new matrix to graph toolbar extension.
|
MatrixToGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID)
Creates a new matrix to graph toolbar extension.
|
MatrixToGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new matrix to graph toolbar extension.
|
RandomGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type)
Creates a new random graph toolbar extension.
|
RandomGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID)
Creates a new random graph toolbar extension.
|
RandomGraphToolBarExtension(PluginHost host,
GraphView<V,E> graphView,
AllowedGraphType type,
LanguageFile langFile,
java.lang.String langID,
boolean startsWithSeparator)
Creates a new random graph toolbar extension.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphView
The default implementation of a graph view.
|
class |
DefaultNetworkView
The default implementation of a network view.
|
class |
DefaultRNView
The default implementation of a residual network view.
|
Modifier and Type | Field and Description |
---|---|
protected GraphView<V,E> |
GraphTransferProtocol.graphView
the graph view its graph should be transferred
|
Modifier and Type | Method and Description |
---|---|
GraphView<V,E> |
GraphTransferProtocol.getGraphView()
Gets the graph view its graph should be transferred.
|
GraphView<V,E> |
GraphScene.getGraphView()
Gets the corresponding graph view.
|
Modifier and Type | Method and Description |
---|---|
<N extends Vertex,L extends Edge> |
GraphView.CircleGraphLayout.layout(Graph<N,L> graph,
GraphView<N,L> graphView) |
abstract <V extends Vertex,E extends Edge> |
GraphLayout.layout(Graph<V,E> graph,
GraphView<V,E> graphView)
Executes the layout algorithm to position the vertices of the given graph.
|
<V extends Vertex,E extends Edge> |
BipartiteGraphLayout.layout(Graph<V,E> graph,
GraphView<V,E> graphView) |
Constructor and Description |
---|
DefaultTransferProtocol(GraphView<V,E> graphView,
boolean clearExistingGraph)
Creates a new default transfer protocol.
|
GraphScene(GraphView<V,E> graphView)
Creates a new graph scene.
|
GraphTransferProtocol(GraphView<V,E> graphView,
boolean clearExistingGraph)
Creates a new graph transfer protocol.
|
VertexOnlyTransferProtocol(GraphView<V,E> graphView,
boolean clearExistingGraph)
Creates a new vertex only transfer protocol.
|
VertexOnlyTransferProtocol(GraphView<V,E> graphView,
boolean clearExistingGraph,
boolean onlyPositions)
Creates a new vertex only transfer protocol.
|