Uses of Interface
net.officefloor.frame.internal.structure.FunctionLogic
-
Packages that use FunctionLogic Package Description net.officefloor.frame.impl.execute.flow net.officefloor.frame.impl.execute.function net.officefloor.frame.internal.structure -
-
Uses of FunctionLogic in net.officefloor.frame.impl.execute.flow
Methods in net.officefloor.frame.impl.execute.flow with parameters of type FunctionLogic Modifier and Type Method Description FunctionStateFlowImpl. createFunction(FunctionLogic logic) -
Uses of FunctionLogic in net.officefloor.frame.impl.execute.function
Classes in net.officefloor.frame.impl.execute.function that implement FunctionLogic Modifier and Type Class Description classSpawnThreadFunctionLogicFunctionLogicto spawn aThreadState.classSynchroniseProcessStateFunctionLogic -
Uses of FunctionLogic in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type FunctionLogic Modifier and Type Method Description FunctionStateFlow. createFunction(FunctionLogic logic)FunctionStateThreadStateContext. createFunction(FunctionLogic logic, ThreadState fallbackThreadState)voidManagedFunctionLogicContext. next(FunctionLogic function)Specifies the nextFunctionLogicto be executed before the nextManagedFunctionLogic.
-