Interface IVertex


  • public interface IVertex
    I guess this interface is a vertex of the Graph
    • Method Detail

      • getNexts

        Set<? extends IVertex> getNexts()
        Returns:
        adjacent vertices for this vertex.