oops.parser
Interface GoalMakerFactory

All Known Implementing Classes:
DefaultGoalMakerFactory, DebuggerGoalMakerFactory

public interface GoalMakerFactory

A GoalMakerFactory is called to produce a GoalMaker for a rule.


Method Summary
 GoalMaker goalMaker(java.lang.String ruleName)
           
 

Method Detail

goalMaker

public GoalMaker goalMaker(java.lang.String ruleName)
Returns:
A GoalMaker instance