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 Key
s from Binding
s 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. |
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.