org.obe.xpdl.model.transition |
Provides classes for modelling XPDL transitions.
|
Java Source File Name | Type | Comment |
Join.java | Class | A Join represents a location in a workflow process where two or more workflow
threads join together. |
JoinType.java | Class | |
Split.java | Class | A split represents a location in a workflow process where execution can split
or change paths based on the outcome of a condition. |
SplitType.java | Class | |
Transition.java | Class | Implementation of a transition. |
TransitionRestriction.java | Class | |