Interface | Description |
---|---|
Action |
Interface for goal-satisfying actions.
|
PostActionCallback |
Interface for callbacks that occur after a
Goal 's
action has been executed. |
PostGoalCallback |
Interface for callbacks that occur after a
Goal
has been completely satisfied. |
PreActionCallback |
Interface for callbacks that occur before a
Goal 's
action has been executed. |
PreGoalCallback |
Interface for callbacks that occur after a
Goal 's
prerequisites have been met, but before any Goal -specific
actions have been taken. |
Class | Description |
---|---|
Callback |
Convenience class providing no-op implementations of all
four callbacks.
|
DefaultAction |
Abstract convenience
Action implementation. |
Goal |
Abstract Goal to attain.
|
Session |
Goal satisfaction state.
|
WerkzProject |
General
Goal manager. |
Exception | Description |
---|---|
CyclicGoalChainException |
Indicates a dependency cycle within the
Goal graph. |
NoActionDefinitionException |
Indicates an attempt to attain a goal with no action definition.
|
NoSuchGoalException |
Indicates a request to attain an unknown
Goal . |
UnattainableGoalException |
Indicates an error while attempting to satisfy a
Goal . |
WerkzException |
Base
werkz exception. |
The werkz
goal-oriented process framework.
Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.