Uses of Interface
net.officefloor.compile.internal.structure.LinkTeamNode
-
Packages that use LinkTeamNode Package Description net.officefloor.compile.impl.structure net.officefloor.compile.impl.util net.officefloor.compile.internal.structure -
-
Uses of LinkTeamNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement LinkTeamNode Modifier and Type Class Description classAdministrationNodeImplAdministrationNodeimplementation.classGovernanceNodeImplImplementation of theGovernanceNode.classManagedObjectTeamNodeImplResponsibleTeamNodeimplementation.classOfficeTeamNodeImplOfficeTeamNodeimplementation.classResponsibleTeamNodeImplResponsibleTeamNodeimplementation.classTeamNodeImplTeamNodeimplementation.Methods in net.officefloor.compile.impl.structure that return LinkTeamNode Modifier and Type Method Description LinkTeamNodeAdministrationNodeImpl. getLinkedTeamNode()LinkTeamNodeGovernanceNodeImpl. getLinkedTeamNode()LinkTeamNodeManagedObjectTeamNodeImpl. getLinkedTeamNode()LinkTeamNodeOfficeTeamNodeImpl. getLinkedTeamNode()LinkTeamNodeResponsibleTeamNodeImpl. getLinkedTeamNode()LinkTeamNodeTeamNodeImpl. getLinkedTeamNode()Methods in net.officefloor.compile.impl.structure with parameters of type LinkTeamNode Modifier and Type Method Description booleanAdministrationNodeImpl. linkTeamNode(LinkTeamNode node)booleanGovernanceNodeImpl. linkTeamNode(LinkTeamNode node)booleanManagedObjectTeamNodeImpl. linkTeamNode(LinkTeamNode node)booleanOfficeTeamNodeImpl. linkTeamNode(LinkTeamNode node)booleanResponsibleTeamNodeImpl. linkTeamNode(LinkTeamNode node)booleanTeamNodeImpl. linkTeamNode(LinkTeamNode node)Method parameters in net.officefloor.compile.impl.structure with type arguments of type LinkTeamNode Modifier and Type Method Description voidManagedFunctionNodeImpl. autoWireManagedFunctionResponsibility(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)voidAdministrationNodeImpl. autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)voidGovernanceNodeImpl. autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)voidManagedObjectSourceNodeImpl. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)voidOfficeNodeImpl. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)voidSectionNodeImpl. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)voidOfficeFloorNodeImpl. loadAutoWireTeamTargets(AutoWirer<LinkTeamNode> autoWirer, OfficeTeamRegistry officeTeamRegistry, CompileContext compileContext) -
Uses of LinkTeamNode in net.officefloor.compile.impl.util
Methods in net.officefloor.compile.impl.util with parameters of type LinkTeamNode Modifier and Type Method Description static <T extends Node>
TLinkUtil. findTarget(LinkTeamNode link, java.lang.Class<T> targetType, CompilerIssues issues)Finds the target link by the specified type.static booleanLinkUtil. linkTeamNode(LinkTeamNode node, LinkTeamNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkTeamNode> loader)Links theLinkObjectNode.Method parameters in net.officefloor.compile.impl.util with type arguments of type LinkTeamNode Modifier and Type Method Description static booleanLinkUtil. linkTeamNode(LinkTeamNode node, LinkTeamNode linkNode, CompilerIssues issues, java.util.function.Consumer<LinkTeamNode> loader)Links theLinkObjectNode. -
Uses of LinkTeamNode in net.officefloor.compile.internal.structure
Subinterfaces of LinkTeamNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceAdministrationNodeOfficeAdministrationnode.interfaceGovernanceNodeOfficeGovernancenode.interfaceManagedObjectTeamNodeOfficeTeamnode.interfaceOfficeTeamNodeOfficeTeamnode.interfaceResponsibleTeamNodeResponsibleTeamnode.interfaceTeamNodeOfficeFloorTeamnode.Methods in net.officefloor.compile.internal.structure that return LinkTeamNode Modifier and Type Method Description LinkTeamNodeLinkTeamNode. getLinkedTeamNode()Obtains theLinkTeamNodelinked to thisLinkTeamNode.Methods in net.officefloor.compile.internal.structure with parameters of type LinkTeamNode Modifier and Type Method Description booleanLinkTeamNode. linkTeamNode(LinkTeamNode node)Links the inputLinkTeamNodeto thisLinkTeamNode.Method parameters in net.officefloor.compile.internal.structure with type arguments of type LinkTeamNode Modifier and Type Method Description voidManagedFunctionNode. autoWireManagedFunctionResponsibility(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)Auto wires theResponsibleTeamfor thisManagedFunction.voidAdministrationNode. autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)Auto wires theTeamfor thisAdministration.voidGovernanceNode. autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)Auto wires theTeamfor thisGovernance.voidManagedObjectSourceNode. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)Auto-wires theTeaminstances for thisManagedObjectSource.voidOfficeNode. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)Auto-wires theOfficeTeamNodeinstances that are unlinked.voidSectionNode. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)Auto-wires theSectionFunctioninstances to a possible responsibleTeam.voidOfficeFloorNode. loadAutoWireTeamTargets(AutoWirer<LinkTeamNode> autoWirer, OfficeTeamRegistry officeTeamRegistry, CompileContext compileContext)Loads theAutoWiretargets for theOfficeFloorTeaminstances.
-