Interface FunctionFlow
-
- All Known Subinterfaces:
FunctionFlowNode
- All Known Implementing Classes:
FunctionFlowNodeImpl
public interface FunctionFlowFlowfrom theSectionFunction.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFunctionFlowName()Obtains the name of thisFunctionFlow.
-
-
-
Method Detail
-
getFunctionFlowName
java.lang.String getFunctionFlowName()
Obtains the name of thisFunctionFlow.- Returns:
- Name of this
FunctionFlow.
-
-