Uses of Interface
net.officefloor.compile.internal.structure.ExecutiveNode
Packages that use ExecutiveNode
Package
Description
-
Uses of ExecutiveNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return ExecutiveNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createExecutiveNode(OfficeFloorNode officeFloor) Methods in net.officefloor.compile.impl with parameters of type ExecutiveNodeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.createExecutionStrategyNode(String executionStrategyName, ExecutiveNode executive) OfficeFloorCompilerImpl.getExecutiveLoader(ExecutiveNode node) <S extends ExecutiveSource>
Class<S>OfficeFloorCompilerImpl.getExecutiveSourceClass(String executiveSourceClassName, ExecutiveNode node) -
Uses of ExecutiveNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ExecutiveNodeMethods in net.officefloor.compile.impl.structure with parameters of type ExecutiveNodeModifier and TypeMethodDescriptionCompileContextImpl.getOrLoadExecutiveType(ExecutiveNode executiveNode) Constructors in net.officefloor.compile.impl.structure with parameters of type ExecutiveNodeModifierConstructorDescriptionExecutionStrategyNodeImpl(String executionStrategyName, ExecutiveNode executive, NodeContext context) Instantiate. -
Uses of ExecutiveNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ExecutiveNodeModifier and TypeMethodDescriptionNodeContext.createExecutiveNode(OfficeFloorNode officeFloor) Creates theExecutiveNode.Methods in net.officefloor.compile.internal.structure with parameters of type ExecutiveNodeModifier and TypeMethodDescriptionNodeContext.createExecutionStrategyNode(String executionStrategyName, ExecutiveNode executive) Creates theExecutionStrategyNode.NodeContext.getExecutiveLoader(ExecutiveNode node) Obtains theExecutiveNode.<S extends ExecutiveSource>
Class<S>NodeContext.getExecutiveSourceClass(String executiveSourceClassName, ExecutiveNode node) Obtains theExecutiveSourceclass.CompileContext.getOrLoadExecutiveType(ExecutiveNode executiveNode) Obtains the existing or loads theExecutiveTypefor theExecutiveNode.