public abstract class AbstractFunction extends java.lang.Object implements Function
Modifier and Type | Field and Description |
---|---|
protected ScenarioEditor |
editor
The editor instance.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractFunction(ScenarioEditor editor)
Construct an AbstractFunction.
|
protected ScenarioEditor editor
protected AbstractFunction(ScenarioEditor editor)
editor
- The editor instance.