com.google.inject.grapher.graphviz
Interface PortIdFactory
- All Known Implementing Classes:
- PortIdFactoryImpl
public interface PortIdFactory
Interface for a service that returns Graphviz port IDs, used for naming the
rows in ImplementationNode-displaying GraphvizNodes.
Implemented by StringNodeIdFactory.
- Author:
- phopkins@gmail.com (Pete Hopkins)
|
Method Summary |
java.lang.String |
getPortId(java.lang.reflect.Member member)
|
getPortId
java.lang.String getPortId(java.lang.reflect.Member member)
Copyright © 2006-2011 Google, Inc.. All Rights Reserved.