The SimActor companion object holds the ACTOR LIST and provides methods for adding and removing actors from the list. These methods should be called in the application models to give users full control. For example, in a traffic model, if a car stays in the same lane over a complete Route (multiple road segments), the car should be added to the alist at the beginning of the route and removed only at the end. Any lane changes or turns will require changes in the actor list.
Attributes
See also
myNode in SimActor class.
routeTest main function for example of use of alist.