public interface NodeRegistry
| Modifier and Type | Method and Description |
|---|---|
<T> T |
findOrCreateNode(Class<T> clazz,
Map config,
String variableName) |
<T> T |
findOrCreatePublicNode(Class<T> clazz,
Map config,
String variableName) |
<T> T |
registerNode(T node,
String variableName) |
<T> T |
registerPublicNode(T node,
String variableName) |
<T> T findOrCreateNode(Class<T> clazz, Map config, String variableName)
T - The type of the node to be created.clazz - The class of type Tconfig - a map used by a NodeFactory to create a node.variableName - <T> T findOrCreatePublicNode(Class<T> clazz, Map config, String variableName)
<T> T registerNode(T node,
String variableName)
<T> T registerPublicNode(T node,
String variableName)
Copyright © 2018. All rights reserved.