Uses of Interface
net.officefloor.frame.internal.structure.ManagedFunctionLogic
-
-
Uses of ManagedFunctionLogic in net.officefloor.frame.impl.execute.administration
Classes in net.officefloor.frame.impl.execute.administration that implement ManagedFunctionLogic Modifier and Type Class Description classAdministrationFunctionLogic<E,F extends java.lang.Enum<F>,G extends java.lang.Enum<G>> -
Uses of ManagedFunctionLogic in net.officefloor.frame.impl.execute.function
Constructors in net.officefloor.frame.impl.execute.function with parameters of type ManagedFunctionLogic Constructor Description ManagedFunctionBoundManagedObjects(ManagedFunctionLogic managedFunctionLogic, ManagedObjectMetaData<?>[] managedObjectMetaData, ManagedObjectIndex[] requiredManagedObjects, boolean[] requiredGovernance, boolean isEnforceGovernance, ManagedFunctionLogicMetaData functionLogicMetaData, BlockState parallelOwner, Flow flow, boolean isUnloadManagedObjects)Instantiate.ManagedFunctionContainerImpl(FunctionState setupFunction, ManagedFunctionLogic managedFunctionLogic, ManagedFunctionBoundManagedObjects boundManagedObjects, ManagedObjectIndex[] requiredManagedObjects, boolean[] requiredGovernance, boolean isEnforceGovernance, M functionLogicMetaData, BlockState parallelOwner, Flow flow, boolean isUnloadManagedObjects)Initiate. -
Uses of ManagedFunctionLogic in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance that return ManagedFunctionLogic Modifier and Type Method Description ManagedFunctionLogicGovernanceMetaDataImpl. createGovernanceFunctionLogic(GovernanceActivity<F> activity) -
Uses of ManagedFunctionLogic in net.officefloor.frame.impl.execute.managedfunction
Classes in net.officefloor.frame.impl.execute.managedfunction that implement ManagedFunctionLogic Modifier and Type Class Description classManagedFunctionLogicImpl<O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>ManagedFunctionimplementation of aJob. -
Uses of ManagedFunctionLogic in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedFunctionLogic Modifier and Type Method Description ManagedFunctionLogicGovernanceMetaData. createGovernanceFunctionLogic(GovernanceActivity<F> activity)Creates theManagedFunctionContainerfor theGovernanceActivity.
-