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

Type Parameters:
K - The type for node IDs.
All Known Implementing Classes:
InterfaceNodeFactory.GraphvizNodeAdaptor

public interface InterfaceNode<K>

Node for an interface class that has been bound to an implementation class or instance. These nodes are basically defined by a Key.

Author:
phopkins@gmail.com (Pete Hopkins)
See Also:
BindingEdge

Nested Class Summary
static interface InterfaceNode.Factory<K,T extends InterfaceNode<K>>
          Factory interface for InterfaceNodes.
 
Method Summary
 void setKey(Key<?> key)
           
 void setSource(Object source)
           
 

Method Detail

setKey

void setKey(Key<?> key)

setSource

void setSource(Object source)


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