| Package | Description |
|---|---|
| ee.telekom.workflow.graph | |
| ee.telekom.workflow.graph.core |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Graph.getOutputTransitions(Node node,
String name)
Returns the transition which has the given node as their starting point
and the given name, or
null if no such transition exists. |
| Modifier and Type | Method and Description |
|---|---|
List<Transition> |
Graph.getOutputTransitions(Node node)
Returns a list of transitions which have the given node as their starting
point.
|
List<Transition> |
Graph.getTransitions()
Returns the list of all transitions in the graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransitionImpl |
| Modifier and Type | Method and Description |
|---|---|
Transition |
GraphImpl.getOutputTransitions(Node node,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Transition> |
GraphImpl.getOutputTransitions(Node node) |
List<Transition> |
GraphImpl.getTransitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphImpl.addTransition(Transition transition) |
Copyright © 2018. All rights reserved.