| Package | Description |
|---|---|
| com.fluxtion.compiler.builder.callback | |
| com.fluxtion.compiler.builder.factory | |
| com.fluxtion.compiler.builder.time |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackNodeFactory |
class |
EventDispatcherFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeNameLookupFactory |
| Modifier and Type | Field and Description |
|---|---|
Set<Class<? extends NodeFactory<?>>> |
NodeFactoryRegistration.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<?>> |
NodeFactoryRegistration.factorySet
The factory instances registered that can create new instances of
nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Class<? extends NodeFactory<?>>> |
NodeFactoryLocator.nodeFactorySet() |
| Constructor and Description |
|---|
NodeFactoryRegistration(Set<Class<? extends NodeFactory<?>>> factoryList) |
NodeFactoryRegistration(Set<Class<? extends NodeFactory<?>>> factoryList,
Set<NodeFactory<?>> factorySet) |
NodeFactoryRegistration(Set<Class<? extends NodeFactory<?>>> factoryList,
Set<NodeFactory<?>> factorySet) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClockFactory |
Copyright © 2022. All rights reserved.