Interface GraphVertex<ActualVertexType>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLabel()
      Get the numeric label for this vertex.
      void setLabel​(int label)
      Set the numeric label for this vertex.
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • getLabel

        int getLabel()
        Get the numeric label for this vertex.
      • setLabel

        void setLabel​(int label)
        Set the numeric label for this vertex.