public static interface

ImplementationNode.Factory

com.google.inject.grapher.ImplementationNode.Factory<K, T extends com.google.inject.grapher.ImplementationNode<K>>
Known Indirect Subclasses

Class Overview

Factory interface for ImplementationNodes. Renderer implementations will need to provide an implementation for this.

Summary

Public Methods
abstract T newImplementationNode(K nodeId)
Creates a new ImplementationNode and adds it to the graph.

Public Methods

public abstract T newImplementationNode (K nodeId)

Creates a new ImplementationNode and adds it to the graph.

Parameters
nodeId ID for the node.
Returns