Uses of Interface
net.officefloor.compile.internal.structure.FunctionFlowNode
-
Packages that use FunctionFlowNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of FunctionFlowNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return FunctionFlowNode Modifier and Type Method Description FunctionFlowNode
OfficeFloorCompilerImpl. createFunctionFlowNode(java.lang.String flowName, boolean isEscalation, ManagedFunctionNode function)
-
Uses of FunctionFlowNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement FunctionFlowNode Modifier and Type Class Description class
FunctionFlowNodeImpl
FunctionFlowNode
implementation. -
Uses of FunctionFlowNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return FunctionFlowNode Modifier and Type Method Description FunctionFlowNode
NodeContext. createFunctionFlowNode(java.lang.String flowName, boolean isEscalation, ManagedFunctionNode function)
Creates theFunctionFlowNode
.
-