com.google.inject.grapher.graphviz
Class PortIdFactoryImpl

java.lang.Object
  extended by com.google.inject.grapher.graphviz.PortIdFactoryImpl
All Implemented Interfaces:
PortIdFactory

public class PortIdFactoryImpl
extends Object
implements PortIdFactory

Implementation of PortIdFactory. Bound in GraphvizModule.

Author:
phopkins@gmail.com (Pete Hopkins)

Constructor Summary
PortIdFactoryImpl()
           
 
Method Summary
 String getPortId(Member member)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortIdFactoryImpl

public PortIdFactoryImpl()
Method Detail

getPortId

public String getPortId(Member member)
Specified by:
getPortId in interface PortIdFactory


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