|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>>
Factory interface for ImplementationNode
s. Renderer
implementations will need to provide an implementation for this.
Method Summary | |
---|---|
T |
newImplementationNode(K nodeId)
Creates a new ImplementationNode and adds it to the graph. |
Method Detail |
---|
T newImplementationNode(K nodeId)
ImplementationNode
and adds it to the graph.
nodeId
- ID for the node.
ImplementationNode
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |