org.metaabm.gen.test
Interface IArea


public interface IArea

Area Java Implementation. Generated by metaabm system: Mar 2, 2008 11:14:08 AM MST


Method Summary
 boolean isGoal()
          Gets the Goal property for Area.
 boolean isNearGoal()
          Gets the Near Goal property for Area.
 void setGoal(boolean _goal)
          Sets the Goal property for Area.
 void setNearGoal(boolean _nearGoal)
          Sets the Near Goal property for Area.
 

Method Detail

isGoal

boolean isGoal()
Gets the Goal property for Area.

Returns:

setGoal

void setGoal(boolean _goal)
Sets the Goal property for Area.

Parameters:
_goal - the new Goal value

isNearGoal

boolean isNearGoal()
Gets the Near Goal property for Area.

Returns:

setNearGoal

void setNearGoal(boolean _nearGoal)
Sets the Near Goal property for Area.

Parameters:
_nearGoal - the new Near Goal value