Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.math.graph.network |
Modifier and Type | Method and Description |
---|---|
Network<Node,Arc> |
DefaultNetworkView.getGraph()
Gets the network of the network view.
|
Constructor and Description |
---|
DefaultNetworkView(java.lang.String title,
Network<Node,Arc> network)
Creates a new default network view.
|
DefaultNetworkView(java.lang.String title,
Network<Node,Arc> network,
GraphLayout graphLayout)
Creates a new default network view.
|
DefaultNetworkView(java.lang.String title,
Network<Node,Arc> network,
GraphLayout graphLayout,
boolean closable,
LanguageFile langFile,
java.lang.String langID)
Creates a new default network view.
|
DefaultNetworkView(java.lang.String title,
Network<Node,Arc> network,
GraphLayout graphLayout,
boolean closable,
java.lang.String langID)
Creates a new default network view.
|
Modifier and Type | Method and Description |
---|---|
Network<? extends Node,? extends Arc> |
ResidualNetwork.getNetwork()
Gets the related network.
|
Constructor and Description |
---|
ResidualNetwork(Network<? extends Node,? extends Arc> network)
Creates a new residual network.
|