K - The type for node IDs.T - The ImplementationNode sub-type that this factory
provides.public static interface ImplementationNode.Factory<K,T extends ImplementationNode<K>>
ImplementationNodes. Renderer
implementations will need to provide an implementation for this.| Modifier and Type | Method and Description |
|---|---|
T |
newImplementationNode(K nodeId)
Creates a new
ImplementationNode and adds it to the graph. |
T newImplementationNode(K nodeId)
ImplementationNode and adds it to the graph.nodeId - ID for the node.ImplementationNode instance.Copyright © 2006-2012 Google, Inc.. All Rights Reserved.