com.google.inject.grapher
Interface BindingEdge<K>

Type Parameters:
K - The type for node IDs.
All Known Implementing Classes:
BindingEdgeFactory.GraphvizEdgeAdaptor

public interface BindingEdge<K>

Interface for an edge that connects an interface to the type or instance that is bound to implement it.

Author:
phopkins@gmail.com (Pete Hopkins)

Nested Class Summary
static interface BindingEdge.Factory<K,T extends BindingEdge<K>>
          Factory interface for BindingEdges.
static class BindingEdge.Type
          Classification for what kind of binding this edge represents.
 
Method Summary
 void setType(BindingEdge.Type type)
           
 

Method Detail

setType

void setType(BindingEdge.Type type)


Copyright © 2006-2011 Google, Inc.. All Rights Reserved.