public class SubFlow extends Object implements Serializable
Constructor and Description |
---|
SubFlow() |
Modifier and Type | Method and Description |
---|---|
void |
assemble() |
String |
getDescription() |
String |
getEndWith() |
String |
getId() |
Node |
getNode(String nodeId) |
List<Node> |
getNodes() |
String |
getStartWith() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setEndWith(String endWith) |
void |
setId(String id) |
void |
setNodes(List<Node> nodes) |
void |
setStartWith(String startWith) |
void |
setTitle(String title) |
public void assemble()
public String getStartWith()
public void setStartWith(String startWith)
public String getEndWith()
public void setEndWith(String endWith)
public String getId()
public void setId(String id)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
Copyright © 2006–2018 TinyGroup. All rights reserved.