Uses of Interface
com.google.inject.grapher.NodeIdFactory

Packages that use NodeIdFactory
com.google.inject.grapher   
 

Uses of NodeIdFactory in com.google.inject.grapher
 

Classes in com.google.inject.grapher that implement NodeIdFactory
 class StringNodeIdFactory
          IdFactory implementation that for String node IDs.
 

Constructors in com.google.inject.grapher with parameters of type NodeIdFactory
GraphingVisitor(NodeIdFactory<K> idFactory, InterfaceNode.Factory<K,N> interfaceNodeFactory, ImplementationNode.Factory<K,M> implementationNodeFactory, BindingEdge.Factory<K,B> bindingEdgeFactory, DependencyEdge.Factory<K,D> dependencyEdgeFactory, NodeAliasFactory<K> nodeAliasFactory)
           
 



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