Interface EdgeCreator


  • public interface EdgeCreator
    Creator of graph edges to render. All edges will be rendered on the graph after node aliasing is performed.
    Since:
    4.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Iterable<Edge> getEdges​(java.lang.Iterable<com.google.inject.Binding<?>> bindings)
      Returns edges for the given dependency graph.
    • Method Detail

      • getEdges

        java.lang.Iterable<Edge> getEdges​(java.lang.Iterable<com.google.inject.Binding<?>> bindings)
        Returns edges for the given dependency graph.