public class ClockFactory extends Object implements NodeFactory<com.fluxtion.api.time.Clock>
| Modifier and Type | Field and Description |
|---|---|
static com.fluxtion.api.time.Clock |
SINGLETON |
| Constructor and Description |
|---|
ClockFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.fluxtion.api.time.Clock |
createNode(Map config,
NodeRegistry registry)
NodeFactory writer must implement this method to generate instances of
nodes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostInstanceRegistration, preSepGeneration, setTargetLanguagepublic com.fluxtion.api.time.Clock createNode(Map config, NodeRegistry registry)
NodeFactoryInject
instance is created. Config variables are used to populate the
config map.createNode in interface NodeFactory<com.fluxtion.api.time.Clock>config - map configurationregistry - The node registry of the current generation contextCopyright © 2021. All rights reserved.