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 FunctionFlowNodeOfficeFloorCompilerImpl. 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 classFunctionFlowNodeImplFunctionFlowNodeimplementation. -
Uses of FunctionFlowNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return FunctionFlowNode Modifier and Type Method Description FunctionFlowNodeNodeContext. createFunctionFlowNode(java.lang.String flowName, boolean isEscalation, ManagedFunctionNode function)Creates theFunctionFlowNode.
-