Package step.plugins.logicflow
Class LogicFlowFunctionEditor
- java.lang.Object
-
- step.functions.editors.FunctionEditor
-
- step.plugins.logicflow.LogicFlowFunctionEditor
-
public class LogicFlowFunctionEditor extends step.functions.editors.FunctionEditor
-
-
Constructor Summary
Constructors Constructor Description LogicFlowFunctionEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEditorPath(step.functions.Function function)
boolean
isValidForFunction(step.functions.Function function)
-
-
-
Method Detail
-
getEditorPath
public java.lang.String getEditorPath(step.functions.Function function)
- Specified by:
getEditorPath
in classstep.functions.editors.FunctionEditor
-
isValidForFunction
public boolean isValidForFunction(step.functions.Function function)
- Specified by:
isValidForFunction
in classstep.functions.editors.FunctionEditor
-
-