public interface

EdgeCreator

com.google.inject.grapher.EdgeCreator

Class Overview

Creator of graph edges to render. All edges will be rendered on the graph after node aliasing is performed.

Summary

Public Methods
abstract Iterable<Edge> getEdges(Iterable<Binding<?>> bindings)
Returns edges for the given dependency graph.

Public Methods

public abstract Iterable<Edge> getEdges (Iterable<Binding<?>> bindings)

Returns edges for the given dependency graph.