Package ons.util
Class LayeredGraph.LayeredGraphEdges
java.lang.Object
ons.util.LayeredGraph.LayeredGraphEdges
- Enclosing class:
- LayeredGraph
public class LayeredGraph.LayeredGraphEdges
extends java.lang.Object
The edges between layers in LayeredGraph.
-
Constructor Summary
Constructors Constructor Description LayeredGraphEdges(int sourceLayer, int destinationLayer, int sourceNode, int destinationNode, double weight)
-
Method Summary
-
Constructor Details
-
LayeredGraphEdges
public LayeredGraphEdges(int sourceLayer, int destinationLayer, int sourceNode, int destinationNode, double weight)
-