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

All Known Implementing Classes:
GraphvizRenderer

public interface NodeAliasFactory<K>

Factory for aliasing one node ID to another. Used when we don't want to render Keys from Bindings that are not interesting.

Author:
phopkins@gmail.com (Pete Hopkins)

Method Summary
 void newAlias(K fromId, K toId)
          Makes edges that would point to fromId point to toId instead.
 

Method Detail

newAlias

void newAlias(K fromId,
              K toId)
Makes edges that would point to fromId point to toId instead.



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