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 FunctionState
FlowImpl. 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 class
SpawnThreadFunctionLogic
FunctionLogic
to spawn aThreadState
.class
SynchroniseProcessStateFunctionLogic
-
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 FunctionState
Flow. createFunction(FunctionLogic logic)
FunctionState
ThreadStateContext. createFunction(FunctionLogic logic, ThreadState fallbackThreadState)
void
ManagedFunctionLogicContext. next(FunctionLogic function)
Specifies the nextFunctionLogic
to be executed before the nextManagedFunctionLogic
.
-