Class AbstractVertex<EdgeType extends AbstractEdge<EdgeType,​ActualVertexType>,​ActualVertexType extends AbstractVertex<EdgeType,​ActualVertexType>>

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractVertex()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(ActualVertexType other)  
      boolean equals​(java.lang.Object o)  
      int getLabel()
      Get the numeric label for this vertex.
      int hashCode()  
      void setLabel​(int label)
      Set the numeric label for this vertex.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait