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