com.gos4j
Interface GoalManager


public interface GoalManager

The GoalManager provides access to the GoalTypes for each GoalName.

Author:
Hugh@hughreid.com 27-May-2003

Method Summary
 com.gos4j.GoalType getGoalType(com.gos4j.GoalName name)
          This provides the GoalType for the given name
 

Method Detail

getGoalType

public com.gos4j.GoalType getGoalType(com.gos4j.GoalName name)
This provides the GoalType for the given name

Parameters:
name - the GoalName of the required type.
Returns:
the GoalType for that name.