| Modifier and Type | Method and Description |
|---|---|
LiteFlowNodeBuilder |
LiteFlowNodeBuilder.setType(NodeTypeEnum type) |
| Constructor and Description |
|---|
LiteFlowNodeBuilder(NodeTypeEnum type) |
| Modifier and Type | Field and Description |
|---|---|
static Map<NodeTypeEnum,Class<?>> |
ScriptComponent.ScriptComponentClassMap
用于维护脚本类型和脚本 cmp 的映射关系
|
| Modifier and Type | Method and Description |
|---|---|
NodeTypeEnum |
NodeComponent.getType() |
| Modifier and Type | Method and Description |
|---|---|
NodeComponent |
ComponentInitializer.initComponent(NodeComponent nodeComponent,
NodeTypeEnum type,
String name,
String nodeId) |
void |
NodeComponent.setType(NodeTypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
NodeTypeEnum |
DeclWarpBean.getNodeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclWarpBean.setNodeType(NodeTypeEnum nodeType) |
| Modifier and Type | Method and Description |
|---|---|
static NodeTypeEnum |
NodeTypeEnum.getEnumByCode(String code) |
static NodeTypeEnum |
NodeTypeEnum.guessType(Class<?> clazz) |
static NodeTypeEnum |
NodeTypeEnum.guessTypeBySuperClazz(Class<?> clazz) |
static NodeTypeEnum |
NodeTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeTypeEnum[] |
NodeTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FlowBus.addNode(String nodeId,
String name,
NodeTypeEnum type,
Class<?> cmpClazz)
添加 node
|
static void |
FlowBus.addNode(String nodeId,
String name,
NodeTypeEnum nodeType,
String cmpClazzStr)
添加 node
|
static void |
FlowBus.addScriptNode(String nodeId,
String name,
NodeTypeEnum nodeType,
String script,
String language)
添加脚本 node
|
static void |
FlowBus.addScriptNodeAndCompile(String nodeId,
String name,
NodeTypeEnum type,
String script,
String language)
添加脚本 node,并且编译脚本
|
static Node |
FlowBus.getFallBackNode(NodeTypeEnum nodeType) |
| Modifier and Type | Method and Description |
|---|---|
NodeTypeEnum |
FallbackNode.getType() |
NodeTypeEnum |
Node.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setType(NodeTypeEnum type) |
| Constructor and Description |
|---|
Node(String nodeId,
String name,
NodeTypeEnum nodeType,
String script,
String language) |
Copyright © 2025. All rights reserved.