+1 (972) 883-2091
ECSS 4.220, 800 W Campbell Rd, Richardson, TX 75083–0688, US

Implementing the “agent” package

In this tutorial, we describe the detailed implementation of the “agent” package which contains the implementation of all virtual agents types.

1. Creating sub packaged for “agent” module

Inside the “agent” package create a class and name it “EvacuationHumanAgent” , and a class and name it “HumanAgent”.

In addition, create the following four packages that conforms to the agent modules:

  1. “interaction”
  2. “knowledge”
  3. “planning”
  4. “task”

The following figure depicts the project explorer after finish creating the “agent” innner packages: