Package | Description |
---|---|
lavesdk.algorithm.plugin.extensions | |
lavesdk.gui.dialogs | |
lavesdk.gui.dialogs.enums |
Modifier and Type | Method and Description |
---|---|
AllowedGraphType |
RandomGraphToolBarExtension.getAllowedGraphType()
Gets the allowed graph type.
|
AllowedGraphType |
MatrixToGraphToolBarExtension.getAllowedGraphType()
Gets the allowed graph type.
|
AllowedGraphType |
CompleteGraphToolBarExtension.getAllowedGraphType()
Gets the allowed graph type.
|
Modifier and Type | Method and Description |
---|---|
void |
RandomGraphToolBarExtension.setAllowedGraphType(AllowedGraphType type)
Sets the allowed graph type.
|
void |
MatrixToGraphToolBarExtension.setAllowedGraphType(AllowedGraphType type)
Sets the allowed graph type.
|
void |
CompleteGraphToolBarExtension.setAllowedGraphType(AllowedGraphType type)
Sets the allowed graph type.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AdjacencyMatrixDialog(PluginHost host,
LanguageFile langFile,
java.lang.String langID,
AllowedGraphType type)
Creates a new adjacency matrix dialog.
|
Modifier and Type | Method and Description |
---|---|
static AllowedGraphType |
AllowedGraphType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllowedGraphType[] |
AllowedGraphType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|