Uses of Class
com.werken.werkz.NoSuchGoalException

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

Uses of NoSuchGoalException in com.werken.werkz
 

Methods in com.werken.werkz that throw NoSuchGoalException
 Goal[] WerkzProject.getExecutionChain(java.lang.String name)
          Retrieve a valid execution chain to attain the specified goal.
 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.