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
 String getPortId(Member member)
           
 

Method Detail

getPortId

String getPortId(Member member)


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