Interface EdgeCreator

All Known Implementing Classes:
DefaultEdgeCreator

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

    Modifier and Type
    Method
    Description
    getEdges(Iterable<Binding<?>> bindings)
    Returns edges for the given dependency graph.