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 class
AdministrationNodeImpl
AdministrationNode
implementation.class
GovernanceNodeImpl
Implementation of theGovernanceNode
.class
ManagedObjectTeamNodeImpl
ResponsibleTeamNode
implementation.class
OfficeTeamNodeImpl
OfficeTeamNode
implementation.class
ResponsibleTeamNodeImpl
ResponsibleTeamNode
implementation.class
TeamNodeImpl
TeamNode
implementation.Methods in net.officefloor.compile.impl.structure that return LinkTeamNode Modifier and Type Method Description LinkTeamNode
AdministrationNodeImpl. getLinkedTeamNode()
LinkTeamNode
GovernanceNodeImpl. getLinkedTeamNode()
LinkTeamNode
ManagedObjectTeamNodeImpl. getLinkedTeamNode()
LinkTeamNode
OfficeTeamNodeImpl. getLinkedTeamNode()
LinkTeamNode
ResponsibleTeamNodeImpl. getLinkedTeamNode()
LinkTeamNode
TeamNodeImpl. getLinkedTeamNode()
Methods in net.officefloor.compile.impl.structure with parameters of type LinkTeamNode Modifier and Type Method Description boolean
AdministrationNodeImpl. linkTeamNode(LinkTeamNode node)
boolean
GovernanceNodeImpl. linkTeamNode(LinkTeamNode node)
boolean
ManagedObjectTeamNodeImpl. linkTeamNode(LinkTeamNode node)
boolean
OfficeTeamNodeImpl. linkTeamNode(LinkTeamNode node)
boolean
ResponsibleTeamNodeImpl. linkTeamNode(LinkTeamNode node)
boolean
TeamNodeImpl. linkTeamNode(LinkTeamNode node)
Method parameters in net.officefloor.compile.impl.structure with type arguments of type LinkTeamNode Modifier and Type Method Description void
ManagedFunctionNodeImpl. autoWireManagedFunctionResponsibility(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
void
AdministrationNodeImpl. autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
void
GovernanceNodeImpl. autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
void
ManagedObjectSourceNodeImpl. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
void
OfficeNodeImpl. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
void
SectionNodeImpl. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
void
OfficeFloorNodeImpl. 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 boolean
LinkUtil. 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 boolean
LinkUtil. 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 interface
AdministrationNode
OfficeAdministration
node.interface
GovernanceNode
OfficeGovernance
node.interface
ManagedObjectTeamNode
OfficeTeam
node.interface
OfficeTeamNode
OfficeTeam
node.interface
ResponsibleTeamNode
ResponsibleTeam
node.interface
TeamNode
OfficeFloorTeam
node.Methods in net.officefloor.compile.internal.structure that return LinkTeamNode Modifier and Type Method Description LinkTeamNode
LinkTeamNode. getLinkedTeamNode()
Obtains theLinkTeamNode
linked to thisLinkTeamNode
.Methods in net.officefloor.compile.internal.structure with parameters of type LinkTeamNode Modifier and Type Method Description boolean
LinkTeamNode. linkTeamNode(LinkTeamNode node)
Links the inputLinkTeamNode
to thisLinkTeamNode
.Method parameters in net.officefloor.compile.internal.structure with type arguments of type LinkTeamNode Modifier and Type Method Description void
ManagedFunctionNode. autoWireManagedFunctionResponsibility(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
Auto wires theResponsibleTeam
for thisManagedFunction
.void
AdministrationNode. autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
Auto wires theTeam
for thisAdministration
.void
GovernanceNode. autoWireTeam(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
Auto wires theTeam
for thisGovernance
.void
ManagedObjectSourceNode. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
Auto-wires theTeam
instances for thisManagedObjectSource
.void
OfficeNode. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
Auto-wires theOfficeTeamNode
instances that are unlinked.void
SectionNode. autoWireTeams(AutoWirer<LinkTeamNode> autoWirer, CompileContext compileContext)
Auto-wires theSectionFunction
instances to a possible responsibleTeam
.void
OfficeFloorNode. loadAutoWireTeamTargets(AutoWirer<LinkTeamNode> autoWirer, OfficeTeamRegistry officeTeamRegistry, CompileContext compileContext)
Loads theAutoWire
targets for theOfficeFloorTeam
instances.
-