@ExperimentalApi
public interface WorkflowGraph
| Modifier and Type | Method and Description |
|---|---|
Set<Edge> |
getAllEdges()
Get all edges in the workflow graph.
|
Set<Node> |
getAllNodes()
Get all nodes in the workflow graph.
|
Map<Transition,Collection<Edge>> |
getAllTransitions()
Get all transitions each mapped to all edges they underlie.
|
Node |
getRoot()
Get workflow root node.
|
Node getRoot()
Some imporatnt points:
getAllNodes().Set<Node> getAllNodes()
Set<Edge> getAllEdges()
Map<Transition,Collection<Edge>> getAllTransitions()
Copyright © 2023 Atlassian. All rights reserved.