public class PlaceAgentsFunction extends AbstractFunction
editor| Constructor and Description |
|---|
PlaceAgentsFunction(ScenarioEditor editor)
Construct a place agents function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute this function.
|
java.lang.String |
getName()
Get the name of this function.
|
public PlaceAgentsFunction(ScenarioEditor editor)
editor - The editor instance.