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 ExecutiveNode
OfficeFloorCompilerImpl. createExecutiveNode(OfficeFloorNode officeFloor)
Methods in net.officefloor.compile.impl with parameters of type ExecutiveNode Modifier and Type Method Description ExecutionStrategyNode
OfficeFloorCompilerImpl. createExecutionStrategyNode(java.lang.String executionStrategyName, ExecutiveNode executive)
ExecutiveLoader
OfficeFloorCompilerImpl. 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 class
ExecutiveNodeImpl
ExecutiveNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type ExecutiveNode Modifier and Type Method Description ExecutiveType
CompileContextImpl. 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 ExecutiveNode
NodeContext. createExecutiveNode(OfficeFloorNode officeFloor)
Creates theExecutiveNode
.Methods in net.officefloor.compile.internal.structure with parameters of type ExecutiveNode Modifier and Type Method Description ExecutionStrategyNode
NodeContext. createExecutionStrategyNode(java.lang.String executionStrategyName, ExecutiveNode executive)
Creates theExecutionStrategyNode
.ExecutiveLoader
NodeContext. getExecutiveLoader(ExecutiveNode node)
Obtains theExecutiveNode
.<S extends ExecutiveSource>
java.lang.Class<S>NodeContext. getExecutiveSourceClass(java.lang.String executiveSourceClassName, ExecutiveNode node)
Obtains theExecutiveSource
class.ExecutiveType
CompileContext. getOrLoadExecutiveType(ExecutiveNode executiveNode)
Obtains the existing or loads theExecutiveType
for theExecutiveNode
.
-