Uses of Interface
net.officefloor.compile.internal.structure.OfficeTeamRegistry
-
Packages that use OfficeTeamRegistry Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of OfficeTeamRegistry in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeTeamRegistry Modifier and Type Class Description class
OfficeNodeImpl
OfficeNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type OfficeTeamRegistry Modifier and Type Method Description void
OfficeFloorNodeImpl. loadAutoWireTeamTargets(AutoWirer<LinkTeamNode> autoWirer, OfficeTeamRegistry officeTeamRegistry, CompileContext compileContext)
-
Uses of OfficeTeamRegistry in net.officefloor.compile.internal.structure
Subinterfaces of OfficeTeamRegistry in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
OfficeNode
Office
node.Methods in net.officefloor.compile.internal.structure with parameters of type OfficeTeamRegistry Modifier and Type Method Description void
OfficeFloorNode. loadAutoWireTeamTargets(AutoWirer<LinkTeamNode> autoWirer, OfficeTeamRegistry officeTeamRegistry, CompileContext compileContext)
Loads theAutoWire
targets for theOfficeFloorTeam
instances.
-