org.metaabm.gen.test
Interface IActPerson1


public interface IActPerson1

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


Method Summary
 int getVision()
          Gets the Vision property for Act Person 1.
 boolean isMovingTowardGoal()
          Gets the Moving Toward Goal property for Act Person 1.
 void moveToNearestGoal()
          .
 void moveToNeighbor()
          .
 void moveTowardOther()
          .
 void moveTwice()
          .
 void moveWithEvaluate()
          .
 void multiCriteriaGoal()
          .
 void nearestWithinMove()
          .
 void setMovingTowardGoal(boolean _movingTowardGoal)
          Sets the Moving Toward Goal property for Act Person 1.
 void setVision(int _vision)
          Sets the Vision property for Act Person 1.
 void towardMove()
          .
 

Method Detail

moveToNearestGoal

void moveToNearestGoal()
.


multiCriteriaGoal

void multiCriteriaGoal()
.


towardMove

void towardMove()
.


nearestWithinMove

void nearestWithinMove()
.


moveTowardOther

void moveTowardOther()
.


moveToNeighbor

void moveToNeighbor()
.


moveTwice

void moveTwice()
.


moveWithEvaluate

void moveWithEvaluate()
.


getVision

int getVision()
Gets the Vision property for Act Person 1.

Returns:

setVision

void setVision(int _vision)
Sets the Vision property for Act Person 1.

Parameters:
_vision - the new Vision value

isMovingTowardGoal

boolean isMovingTowardGoal()
Gets the Moving Toward Goal property for Act Person 1.

Returns:

setMovingTowardGoal

void setMovingTowardGoal(boolean _movingTowardGoal)
Sets the Moving Toward Goal property for Act Person 1.

Parameters:
_movingTowardGoal - the new Moving Toward Goal value