| Package | Description |
|---|---|
| com.fluxtion.builder.node | |
| com.fluxtion.builder.time |
| Modifier and Type | Field and Description |
|---|---|
Set<Class<? extends NodeFactory>> |
DeclarativeNodeConiguration.factoryClassSet
The set of factory classes used for node creation, each factory must
have default constructor so the SEP can instantiate the factory.
|
Set<NodeFactory<?>> |
DeclarativeNodeConiguration.factorySet
The factory instances registered that can create new new instances of
nodes.
|
| Constructor and Description |
|---|
DeclarativeNodeConiguration(Map<Class,String> rootNodeMappings,
Set<Class<? extends NodeFactory>> factoryList,
Map config) |
DeclarativeNodeConiguration(Map<Class,String> rootNodeMappings,
Set<Class<? extends NodeFactory>> factoryList,
Map config,
Set<NodeFactory<?>> factorySet) |
DeclarativeNodeConiguration(Map<Class,String> rootNodeMappings,
Set<Class<? extends NodeFactory>> factoryList,
Map config,
Set<NodeFactory<?>> factorySet) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClockFactory |
Copyright © 2020. All rights reserved.