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
    Author:
    bojand@google.com (Bojan Djordjevic)
    • Method Detail

      • getEdges

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