Uses of Package
com.werken.werkz

Packages that use com.werken.werkz
com.werken.werkz The werkz goal-oriented process framework. 
com.werken.werkz.jelly   
 

Classes in com.werken.werkz used by com.werken.werkz
Action
          Interface for goal-satisfying actions.
CyclicGoalChainException
          Indicates a dependency cycle within the Goal graph.
Goal
          Abstract Goal to attain.
NoActionDefinitionException
          Indicates an attempt to attain a goal with no action definition.
NoSuchGoalException
          Indicates a request to attain an unknown Goal.
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.
Session
          Goal satisfaction state.
UnattainableGoalException
          Indicates an error while attempting to satisfy a Goal.
WerkzException
          Base werkz exception.
 

Classes in com.werken.werkz used by com.werken.werkz.jelly
Action
          Interface for goal-satisfying actions.
CyclicGoalChainException
          Indicates a dependency cycle within the Goal graph.
Goal
          Abstract Goal to attain.
Session
          Goal satisfaction state.
WerkzProject
          General Goal manager.