|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnattainableGoalException | |
com.werken.werkz |
The werkz goal-oriented process framework. |
Uses of UnattainableGoalException in com.werken.werkz |
Methods in com.werken.werkz that throw UnattainableGoalException | |
void |
WerkzProject.attainGoal(java.lang.String name,
Session session)
Attempt to attain the specified goal. |
void |
WerkzProject.percolateGoal(java.lang.String name,
Session session)
Attempt to percolate the specified goal. |
void |
WerkzProject.attainGoal(java.lang.String name)
Attempt to attain the specified goal. |
void |
WerkzProject.percolateGoal(java.lang.String name)
Attempt to percolate the specified goal. |
(package private) void |
Goal.attainPrecursors(Session session)
Attempt to attain this Goal 's precursor Goal s. |
(package private) void |
Goal.percolatePostcursors(Session session)
Attempt to attain this Goal 's postcursor Goal s. |
void |
Goal.attain(Session session)
Attempt to attain this Goal . |
void |
Goal.percolate(Session session)
Attempt to percolate this Goal through to its Postcursors. |
private void |
Goal.fire(Session session)
Fires pre-goal callbacks, the Goal 's action, if need be, and
the post-goal callbacks. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |