Package | Description |
---|---|
lavesdk.algorithm.plugin | |
lavesdk.algorithm.plugin.extensions |
Modifier and Type | Method and Description |
---|---|
ToolBarExtension[] |
AlgorithmPlugin.getToolBarExtensions()
Gets the toolbar extensions of the plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
BipartiteGraphToolBarExtension<V extends Vertex,E extends Edge>
Extends the toolbar of a host application by graph functionality to check whether a graph is bipartite.
|
class |
BipartiteLayoutToolBarExtension<V extends Vertex,E extends Edge>
Extends the toolbar of a host application by graph functionality to layout the vertices of a graph bipartite.
|
class |
CircleLayoutToolBarExtension<V extends Vertex,E extends Edge>
Extends the toolbar of a host application by graph functionality to layout the vertices of a graph in a circle.
|
class |
CompleteBipartiteGraphToolBarExtension<V extends Vertex,E extends Edge>
Extends the toolbar of a host application by graph functionality to check whether a graph is complete bipartite and to create complete bipartite graphs.
|
class |
CompleteGraphToolBarExtension<V extends Vertex,E extends Edge>
Extends the toolbar of a host application by graph functionality to check whether a graph is complete and to create complete graphs.
|
class |
MatrixToGraphToolBarExtension<V extends Vertex,E extends Edge>
Extends the toolbar of a host application by functionality to create graphs by use of an adjacency matrix.
|
class |
RandomGraphToolBarExtension<V extends Vertex,E extends Edge>
Extends the toolbar of a host application by functionality to create randomly generated graphs.
|