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