public class BasicMovementModuleTest
extends java.lang.Object
Constructor and Description |
---|
BasicMovementModuleTest() |
Modifier and Type | Method and Description |
---|---|
void |
basicMovementTest()
A basic movement test.
|
void |
basicWallMovementTest()
The basic movement model moves around the walls.
|
void |
basicWallStuckMovementTest()
The basic movement model will remove its goal if it is stuck inside a
room.
|
AatomHumanAgent |
generateBaseAgent()
Generates a base agent with a static movement model.
|
void |
testConstructor()
Tests the constructor.
|
public void testConstructor()
public AatomHumanAgent generateBaseAgent()
public void basicMovementTest()
public void basicWallMovementTest()
public void basicWallStuckMovementTest()