| Class | Description |
|---|---|
| AbstractConditionalGateway |
Abstract gateway that is providing common functionality for gateways
that support conditional transitions.
|
| AbstractGateway |
Abstract gateway node that implements common gateway functionality,
i.e.
|
| AndFork |
Gateway, that implements the "parallel split" workflow pattern.
|
| AndJoin |
Gateway, that implements the "structured synchronizing merge" workflow pattern.
|
| CancellingDiscriminator |
Gateway, that implements the "cancelling discriminator" workflow pattern.
|
| OrFork |
Gateway, that implements the "multiple choice" workflow pattern.
|
| XorFork |
Gateway, that is implements the "exclusive choice" workflow pattern and the "structured loop" pattern.
|
| XorJoin |
Gateway, that may optionally be used in connection with
XorForks to increase the readability of graph definitions. |
Copyright © 2018. All rights reserved.