org.obe.xpdl.model.activity |
Provides classes related to XPDL workflow activities.
|
Java Source File Name | Type | Comment |
Activity.java | Class | Models an XPDL activity definition. |
ActivitySet.java | Class | A set of activities and related transitions. |
AutomationMode.java | Class | Represents how an activity should start or end. |
BlockActivity.java | Class | An activity implementation that executes an ActivitySet. |
Implementation.java | Interface | Tagging interface representing an activity implementation. |
ImplementationType.java | Class | The ImplementationType class is used to represent how an activity
is implemented. |
NoImplementation.java | Class | Empty implementation. |
Route.java | Class | Empty class which is used as a way of connecting multiple transitions to
create more complex transitions. |
SubFlow.java | Class | A SubFlow represents another workflow process which is executed within the
context of the current workflow process. |
Tool.java | Class | Implementation which specifies a particular tool which should be used for the
activity. |
ToolSet.java | Class | A set of tools. |
ToolType.java | Class | |