Interface GraphVertex

  • All Known Implementing Classes:
    GraphVertexImpl

    public interface GraphVertex
    • Method Detail

      • getLevel

        int getLevel()
      • setStatus

        void setStatus​(Status status)
      • getStatus

        Status getStatus()
      • getReductionKey

        java.lang.String getReductionKey()