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 classOfficeTeamNodeImplOfficeTeamNodeimplementation.Methods in net.officefloor.compile.impl.structure that return OfficeTeam Modifier and Type Method Description OfficeTeamOfficeNodeImpl. addOfficeTeam(java.lang.String officeTeamName)OfficeTeamOfficeNodeImpl. getDeployedOfficeTeam(java.lang.String officeTeamName)Methods in net.officefloor.compile.impl.structure with parameters of type OfficeTeam Modifier and Type Method Description voidOfficeNodeImpl. 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 interfaceOfficeTeamNodeOfficeTeamnode. -
Uses of OfficeTeam in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeTeam Modifier and Type Method Description OfficeTeamOfficeArchitect. addOfficeTeam(java.lang.String officeTeamName)Adds anOfficeTeam.Methods in net.officefloor.compile.spi.office with parameters of type OfficeTeam Modifier and Type Method Description voidOfficeArchitect. link(OfficeResponsibility responsibility, OfficeTeam officeTeam)Links theOfficeResponsibilityto 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 OfficeTeamDeployedOffice. getDeployedOfficeTeam(java.lang.String officeTeamName)Obtains theOfficeTeamfor theOfficeTeamType.
-