org.metaabm.gen.test
Class BasicCell

java.lang.Object
  extended by org.metaabm.gen.test.BasicCell
All Implemented Interfaces:
IBasicCell

public class BasicCell
extends java.lang.Object
implements IBasicCell

Basic Cell Java Implementation. Generated by metaabm system: Apr 14, 2008 2:35:49 AM EDT in project: org.metaabm.gen.repast.test (testing)


Constructor Summary
BasicCell()
          Constructs a new Basic Cell.
 
Method Summary
static BasicMovementModel getBasicMovementModel()
          Gets the Basic Movement Model property for .
 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.
static void setBasicMovementModel(BasicMovementModel _basicMovementModel)
          Sets the Basic Movement Model property for .
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicCell

public BasicCell()
Constructs a new Basic Cell.

Method Detail

isGoal

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

Specified by:
isGoal in interface IBasicCell
Returns:

setGoal

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

Specified by:
setGoal in interface IBasicCell
Parameters:
_goal - the new Goal value

isGoal2

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

Specified by:
isGoal2 in interface IBasicCell
Returns:

setGoal2

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

Specified by:
setGoal2 in interface IBasicCell
Parameters:
_goal2 - the new Goal 2 value

isGoal3

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

Specified by:
isGoal3 in interface IBasicCell
Returns:

setGoal3

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

Specified by:
setGoal3 in interface IBasicCell
Parameters:
_goal3 - the new Goal 3 value

getBasicMovementModel

public static BasicMovementModel getBasicMovementModel()
Gets the Basic Movement Model property for .

Returns:
Most recent version.

setBasicMovementModel

public static void setBasicMovementModel(BasicMovementModel _basicMovementModel)
Sets the Basic Movement Model property for . Most recent version.

Parameters:
_basicMovementModel - the new Basic Movement Model value