public class FlowState extends Object
| Constructor and Description |
|---|
FlowState() |
FlowState(String state,
List<String> successors) |
| Modifier and Type | Method and Description |
|---|---|
String |
getState() |
List<String> |
getSuccessors() |
void |
setState(String state) |
void |
setSuccessors(List<String> successors) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.