public class ExecutionTreeStringBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionEntity |
executionEntity |
| Constructor and Description |
|---|
ExecutionTreeStringBuilder(ExecutionEntity executionEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalToString(ExecutionEntity execution,
StringBuilder strb,
String prefix,
boolean isTail) |
String |
toString() |
protected ExecutionEntity executionEntity
public ExecutionTreeStringBuilder(ExecutionEntity executionEntity)
protected void internalToString(ExecutionEntity execution, StringBuilder strb, String prefix, boolean isTail)
Copyright © 2019 Flowable. All rights reserved.