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