Uses of Class
com.werken.werkz.CyclicGoalChainException

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

Uses of CyclicGoalChainException in com.werken.werkz
 

Methods in com.werken.werkz that throw CyclicGoalChainException
 void Goal.addPrecursor(Goal precursor)
          Add a precursor Goal to this Goal.
 void Goal.addPostcursor(Goal postcursor)
          Add a postcursor Goal to this Goal.
(package private)  void Goal.checkForCycles()
          Perform a cyclic dependency check.
(package private)  void Goal.checkForCycles(Goal initialGoal, java.util.Set visited)
          Perform a cyclic dependency check.
 

Uses of CyclicGoalChainException in com.werken.werkz.jelly
 

Methods in com.werken.werkz.jelly that throw CyclicGoalChainException
protected  void GoalTag.addPrereqs(Goal goal)