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.
  • Method Summary

    Modifier and Type
    Method
    Description
    getPortId(Member member)
     
  • Method Details