Class LabeledEdges

java.lang.Object
org.jgrapht.demo.LabeledEdges

public class LabeledEdges
extends java.lang.Object
An example of how to apply edge labels using a custom edge class.
Author:
Barak Naveh
  • Constructor Summary

    Constructors 
    Constructor Description
    LabeledEdges()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    The starting point for the demo.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      The starting point for the demo.
      Parameters:
      args - ignored.