Package | Description |
---|---|
com.auxiliary.testcase.scene |
Modifier and Type | Method and Description |
---|---|
LineType |
Flowcharting.LineEntry.getKey() |
static LineType |
LineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineType[] |
LineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Flowcharting.FlowchartNode |
Flowcharting.FlowchartNode.addChildNode(String childNodeName,
LineType lineType)
该方法用于添加一个已存在的子层节点,以便于循环流程的编写
|
Flowcharting.FlowchartNode |
Flowcharting.FlowchartNode.addChildNode(String childNodeName,
LineType lineType,
String lineText)
该方法用于添加一个已存在的子层节点,以便于循环流程的编写
|
Flowcharting.FlowchartNode |
Flowcharting.FlowchartNode.addParentNode(String parentNodeName,
LineType lineType)
该方法用于添加元素的父层节点
|
Flowcharting.FlowchartNode |
Flowcharting.FlowchartNode.addParentNode(String parentNodeName,
LineType lineType,
String lineText)
该方法用于添加元素的父层节点
|
Constructor and Description |
---|
LineEntry(LineType key,
String value)
初始化连接线型与连线间的文本
|
Copyright © 2024. All rights reserved.