public final class DeclarativeNodeConiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
Map |
config
the configuration used to generate the nodes
|
Set<Class<? extends NodeFactory>> |
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<?>> |
factorySet
The factory instances registered that can create new new instances of
nodes.
|
Map<Class,String> |
rootNodeMappings
The root nodes to create and the variable names they should be mapped to.
|
| 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) |
public final Map<Class,String> rootNodeMappings
public final Set<Class<? extends NodeFactory>> factoryClassSet
public final Set<NodeFactory<?>> factorySet
public final Map config
public DeclarativeNodeConiguration(Map<Class,String> rootNodeMappings, Set<Class<? extends NodeFactory>> factoryList, Map config)
public DeclarativeNodeConiguration(Map<Class,String> rootNodeMappings, Set<Class<? extends NodeFactory>> factoryList, Map config, Set<NodeFactory<?>> factorySet)
rootNodeMappings - factoryList - config - factorySet - Copyright © 2018. All rights reserved.