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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultNetworkView.applyAdvancedEdgeProperties(PropertiesListModel plm,
Arc edge) |
protected void |
DefaultNetworkView.applyKeyboardInput(Arc edge,
java.lang.String input) |
protected void |
DefaultNetworkView.loadAdvancedEdgeProperties(PropertiesListModel plm,
Arc edge) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNetworkView.setGraph(Graph<Node,Arc> network)
Sets 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 | Class and Description |
---|---|
class |
Network<V extends Node,E extends Arc>
Represents a network.
|
Modifier and Type | Method and Description |
---|---|
Arc |
DefaultNetworkFactory.createEdge(Node predecessor,
Node successor) |
Arc |
DefaultNetworkFactory.createEdge(Node predecessor,
Node successor,
boolean directed) |
Arc |
DefaultNetworkFactory.createEdge(Node predecessor,
Node successor,
boolean directed,
float weight) |
Arc |
DefaultNetworkFactory.createEdge(Node predecessor,
Node successor,
float weight) |
Arc |
Node.getIncomingEdge(int index) |
Arc |
Node.getOutgoingEdge(int index) |
Modifier and Type | Method and Description |
---|---|
Network<? extends Node,? extends Arc> |
ResidualNetwork.getNetwork()
Gets the related network.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Arc.equals(Arc arc)
Indicates whether the given arc equals this arc.
|
Constructor and Description |
---|
ResidualNetwork(Network<? extends Node,? extends Arc> network)
Creates a new residual network.
|