Uses of Interface
net.officefloor.compile.spi.office.OfficeTeam
-
Packages that use OfficeTeam Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office net.officefloor.compile.spi.officefloor -
-
Uses of OfficeTeam in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeTeam Modifier and Type Class Description class
OfficeTeamNodeImpl
OfficeTeamNode
implementation.Methods in net.officefloor.compile.impl.structure that return OfficeTeam Modifier and Type Method Description OfficeTeam
OfficeNodeImpl. addOfficeTeam(java.lang.String officeTeamName)
OfficeTeam
OfficeNodeImpl. getDeployedOfficeTeam(java.lang.String officeTeamName)
Methods in net.officefloor.compile.impl.structure with parameters of type OfficeTeam Modifier and Type Method Description void
OfficeNodeImpl. link(OfficeResponsibility responsibility, OfficeTeam officeTeam)
-
Uses of OfficeTeam in net.officefloor.compile.internal.structure
Subinterfaces of OfficeTeam in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
OfficeTeamNode
OfficeTeam
node. -
Uses of OfficeTeam in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeTeam Modifier and Type Method Description OfficeTeam
OfficeArchitect. addOfficeTeam(java.lang.String officeTeamName)
Adds anOfficeTeam
.Methods in net.officefloor.compile.spi.office with parameters of type OfficeTeam Modifier and Type Method Description void
OfficeArchitect. link(OfficeResponsibility responsibility, OfficeTeam officeTeam)
Links theOfficeResponsibility
to theOfficeTeam
. -
Uses of OfficeTeam in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor that return OfficeTeam Modifier and Type Method Description OfficeTeam
DeployedOffice. getDeployedOfficeTeam(java.lang.String officeTeamName)
Obtains theOfficeTeam
for theOfficeTeamType
.
-