Class Graph

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class Graph
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Summary

      Constructors 
      Constructor Description
      Graph()  
    • Constructor Detail

      • Graph

        public Graph()
    • Method Detail

      • add_nodes_from

        public void add_nodes_from​(int numberOfNodes)
      • add_edge

        public void add_edge​(int i,
                             int j,
                             char c)
      • clone

        public Graph clone()
        Overrides:
        clone in class java.lang.Object
      • to_numpy_array

        public int[][] to_numpy_array()