Uses of Interface
net.officefloor.compile.internal.structure.ExecutiveNode
-
Packages that use ExecutiveNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of ExecutiveNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return ExecutiveNode Modifier and Type Method Description ExecutiveNodeOfficeFloorCompilerImpl. createExecutiveNode(OfficeFloorNode officeFloor)Methods in net.officefloor.compile.impl with parameters of type ExecutiveNode Modifier and Type Method Description ExecutionStrategyNodeOfficeFloorCompilerImpl. createExecutionStrategyNode(java.lang.String executionStrategyName, ExecutiveNode executive)ExecutiveLoaderOfficeFloorCompilerImpl. getExecutiveLoader(ExecutiveNode node)<S extends ExecutiveSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getExecutiveSourceClass(java.lang.String executiveSourceClassName, ExecutiveNode node) -
Uses of ExecutiveNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement ExecutiveNode Modifier and Type Class Description classExecutiveNodeImplExecutiveNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type ExecutiveNode Modifier and Type Method Description ExecutiveTypeCompileContextImpl. getOrLoadExecutiveType(ExecutiveNode executiveNode)Constructors in net.officefloor.compile.impl.structure with parameters of type ExecutiveNode Constructor Description ExecutionStrategyNodeImpl(java.lang.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 ExecutiveNode Modifier and Type Method Description ExecutiveNodeNodeContext. createExecutiveNode(OfficeFloorNode officeFloor)Creates theExecutiveNode.Methods in net.officefloor.compile.internal.structure with parameters of type ExecutiveNode Modifier and Type Method Description ExecutionStrategyNodeNodeContext. createExecutionStrategyNode(java.lang.String executionStrategyName, ExecutiveNode executive)Creates theExecutionStrategyNode.ExecutiveLoaderNodeContext. getExecutiveLoader(ExecutiveNode node)Obtains theExecutiveNode.<S extends ExecutiveSource>
java.lang.Class<S>NodeContext. getExecutiveSourceClass(java.lang.String executiveSourceClassName, ExecutiveNode node)Obtains theExecutiveSourceclass.ExecutiveTypeCompileContext. getOrLoadExecutiveType(ExecutiveNode executiveNode)Obtains the existing or loads theExecutiveTypefor theExecutiveNode.
-