Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.math.graph.network |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRNView.setGraph(Graph<Vertex,RNEdge> rn)
Sets the residual network of the residual network view.
|
Modifier and Type | Method and Description |
---|---|
RNEdge |
DefaultRNFactory.createEdge(Vertex predecessor,
Vertex successor) |
RNEdge |
DefaultRNFactory.createEdge(Vertex predecessor,
Vertex successor,
boolean directed) |
RNEdge |
DefaultRNFactory.createEdge(Vertex predecessor,
Vertex successor,
boolean directed,
float weight) |
RNEdge |
DefaultRNFactory.createEdge(Vertex predecessor,
Vertex successor,
float weight) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResidualNetwork.afterEdgeRemoved(RNEdge edge) |
protected void |
ResidualNetwork.beforeEdgeAdded(RNEdge edge) |
protected boolean |
ResidualNetwork.isEdgeAllowed(RNEdge edge) |