Uses of Interface
com.fluxtion.builder.node.NodeFactory
| Package | Description |
|---|---|
| com.fluxtion.builder.node | |
| com.fluxtion.builder.time |
-
Uses of NodeFactory in com.fluxtion.builder.node
Fields in com.fluxtion.builder.node with type parameters of type NodeFactory Modifier and Type Field Description java.util.Set<java.lang.Class<? extends NodeFactory>>DeclarativeNodeConiguration. factoryClassSetThe set of factory classes used for node creation, each factory must have default constructor so the SEP can instantiate the factory.java.util.Set<NodeFactory<?>>DeclarativeNodeConiguration. factorySetThe factory instances registered that can create new new instances of nodes.Constructor parameters in com.fluxtion.builder.node with type arguments of type NodeFactory Constructor Description DeclarativeNodeConiguration(java.util.Map<java.lang.Class,java.lang.String> rootNodeMappings, java.util.Set<java.lang.Class<? extends NodeFactory>> factoryList, java.util.Map config)DeclarativeNodeConiguration(java.util.Map<java.lang.Class,java.lang.String> rootNodeMappings, java.util.Set<java.lang.Class<? extends NodeFactory>> factoryList, java.util.Map config, java.util.Set<NodeFactory<?>> factorySet) -
Uses of NodeFactory in com.fluxtion.builder.time
Classes in com.fluxtion.builder.time that implement NodeFactory Modifier and Type Class Description classClockFactory