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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LayeredGraphEdges

      public LayeredGraphEdges​(int sourceLayer, int destinationLayer, int sourceNode, int destinationNode, double weight)