Uses of Interface
net.officefloor.frame.internal.structure.ManagedFunctionLogic
Packages that use ManagedFunctionLogic
Package
Description
-
Uses of ManagedFunctionLogic in net.officefloor.frame.impl.execute.administration
Classes in net.officefloor.frame.impl.execute.administration that implement ManagedFunctionLogicModifier and TypeClassDescriptionclassAdministrationFunctionLogic<E,F extends Enum<F>, G extends Enum<G>> -
Uses of ManagedFunctionLogic in net.officefloor.frame.impl.execute.function
Constructors in net.officefloor.frame.impl.execute.function with parameters of type ManagedFunctionLogicModifierConstructorDescriptionManagedFunctionBoundManagedObjects(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 ManagedFunctionLogicModifier and TypeMethodDescriptionGovernanceMetaDataImpl.createGovernanceFunctionLogic(GovernanceActivity<F> activity) -
Uses of ManagedFunctionLogic in net.officefloor.frame.impl.execute.managedfunction
Classes in net.officefloor.frame.impl.execute.managedfunction that implement ManagedFunctionLogicModifier and TypeClassDescriptionclassManagedFunctionLogicImpl<O extends Enum<O>,F extends Enum<F>> ManagedFunctionimplementation of aJob. -
Uses of ManagedFunctionLogic in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedFunctionLogicModifier and TypeMethodDescriptionGovernanceMetaData.createGovernanceFunctionLogic(GovernanceActivity<F> activity) Creates theManagedFunctionContainerfor theGovernanceActivity.