Interface GraphEdge<ActualEdgeType extends GraphEdge<ActualEdgeType,​VertexType>,​VertexType extends GraphVertex<VertexType>>

    • Method Detail

      • getSource

        VertexType getSource()
        Get the source vertex.
      • getTarget

        VertexType getTarget()
        Get the target vertex.
      • getLabel

        int getLabel()
        Get the integer label.
      • setLabel

        void setLabel​(int label)
        Set the integer label.