oops.parser
Interface GoalMaker


public interface GoalMaker

Every Rule knows one GoalMaker. When the parsing of a Rule starts, the Rule asks the GoalMaker for a new Goal.


Method Summary
 Goal goal()
           
 

Method Detail

goal

public Goal goal()
Returns:
A Goal.