oops.parser
Class DefaultGoalMakerFactory

java.lang.Object
  |
  +--oops.parser.DefaultGoalMakerFactory

public class DefaultGoalMakerFactory
extends java.lang.Object
implements GoalMakerFactory

The default factory. The produced GoalMaker tries to find in goal() the Goals regarding to the rule name and the prefix as package name. A GoalAdapter is used as default Goal.


Field Summary
protected  java.lang.String prefix
           
protected  boolean verbose
           
protected  boolean verbose2
           
 
Constructor Summary
DefaultGoalMakerFactory()
           
 
Method Summary
 GoalMaker goalMaker(java.lang.String ruleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected java.lang.String prefix

verbose

protected boolean verbose

verbose2

protected boolean verbose2
Constructor Detail

DefaultGoalMakerFactory

public DefaultGoalMakerFactory()
Method Detail

goalMaker

public GoalMaker goalMaker(java.lang.String ruleName)
Specified by:
goalMaker in interface GoalMakerFactory
Tags copied from interface: GoalMakerFactory
Returns:
A GoalMaker instance