| Interface | Description |
|---|---|
| NodeFactory<T> |
A factory for creating instances.
|
| NodeNameProducer |
Implementing this interface allow users to extend the generation of the SEP
with customisable variable names for nodes.
|
| NodeRegistry |
Holds all the currently registered nodes and factories in a graph.
|
| Class | Description |
|---|---|
| NodeFactoryLocator |
Loads a set of NodeFactory using the
ServiceLoader support provided
by Java platform. |
| NodeFactoryRegistration |
Registered
NodeFactory available to support Inject
annotation |
| NodeNameLookupFactory |
Copyright © 2022. All rights reserved.