org.metaabm.gen.test
Interface IBasicCell

All Known Implementing Classes:
BasicCell

public interface IBasicCell

Basic Cell Java Implementation. Generated by metaabm system: Apr 13, 2008 3:03:48 PM EDT in project: org.metaabm.gen.repast.test (testing)


Method Summary
 boolean isGoal()
          Gets the Goal property for Basic Cell.
 boolean isGoal2()
          Gets the Goal 2 property for Basic Cell.
 boolean isGoal3()
          Gets the Goal 3 property for Basic Cell.
 void setGoal(boolean _goal)
          Sets the Goal property for Basic Cell.
 void setGoal2(boolean _goal2)
          Sets the Goal 2 property for Basic Cell.
 void setGoal3(boolean _goal3)
          Sets the Goal 3 property for Basic Cell.
 

Method Detail

isGoal

boolean isGoal()
Gets the Goal property for Basic Cell.

Returns:

setGoal

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

Parameters:
_goal - the new Goal value

isGoal2

boolean isGoal2()
Gets the Goal 2 property for Basic Cell.

Returns:

setGoal2

void setGoal2(boolean _goal2)
Sets the Goal 2 property for Basic Cell.

Parameters:
_goal2 - the new Goal 2 value

isGoal3

boolean isGoal3()
Gets the Goal 3 property for Basic Cell.

Returns:

setGoal3

void setGoal3(boolean _goal3)
Sets the Goal 3 property for Basic Cell.

Parameters:
_goal3 - the new Goal 3 value