Uses of Interface
net.officefloor.compile.team.TeamType
-
-
Uses of TeamType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return TeamType Modifier and Type Method Description TeamType
CompileContextImpl. getOrLoadTeamType(TeamNode teamNode)
TeamType
TeamNodeImpl. loadTeamType()
Methods in net.officefloor.compile.impl.structure with parameters of type TeamType Modifier and Type Method Description void
OfficeFloorNodeImpl. visit(TeamType teamType, TeamNode teamNode, CompileContext compileContext)
-
Uses of TeamType in net.officefloor.compile.impl.team
Classes in net.officefloor.compile.impl.team that implement TeamType Modifier and Type Class Description class
TeamTypeImpl
TeamType
implementation.Methods in net.officefloor.compile.impl.team that return TeamType Modifier and Type Method Description <TS extends TeamSource>
TeamTypeTeamLoaderImpl. loadTeamType(java.lang.String teamName, java.lang.Class<TS> teamSourceClass, PropertyList propertyList)
TeamType
TeamLoaderImpl. loadTeamType(java.lang.String teamName, TeamSource teamSource, PropertyList propertyList)
-
Uses of TeamType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return TeamType Modifier and Type Method Description TeamType
CompileContext. getOrLoadTeamType(TeamNode teamNode)
TeamType
TeamNode. loadTeamType()
Loads theTeamType
for theTeamSource
.Methods in net.officefloor.compile.internal.structure with parameters of type TeamType Modifier and Type Method Description void
TeamVisitor. visit(TeamType teamType, TeamNode teamNode, CompileContext compileContext)
Visits theTeamNode
. -
Uses of TeamType in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor that return TeamType Modifier and Type Method Description TeamType
TeamAugmentorContext. getTeamType()
-
Uses of TeamType in net.officefloor.compile.team
Methods in net.officefloor.compile.team that return TeamType Modifier and Type Method Description <TS extends TeamSource>
TeamTypeTeamLoader. loadTeamType(java.lang.String teamName, java.lang.Class<TS> teamSourceClass, PropertyList propertyList)
Loads and returns theTeamType
sourced from theTeamSource
.TeamType
TeamLoader. loadTeamType(java.lang.String teamName, TeamSource teamSource, PropertyList propertyList)
Loads and returns theTeamType
sourced from theTeamSource
. -
Uses of TeamType in net.officefloor.model.impl.officefloor
Methods in net.officefloor.model.impl.officefloor with parameters of type TeamType Modifier and Type Method Description Change<OfficeFloorTeamModel>
OfficeFloorChangesImpl. addOfficeFloorTeam(java.lang.String teamName, int teamSize, boolean isRequestNoTeamOversight, java.lang.String teamSourceClassName, PropertyList properties, TeamType teamType)
-
Uses of TeamType in net.officefloor.model.officefloor
Methods in net.officefloor.model.officefloor with parameters of type TeamType Modifier and Type Method Description Change<OfficeFloorTeamModel>
OfficeFloorChanges. addOfficeFloorTeam(java.lang.String teamName, int teamSize, boolean isRequestNoTeamOversight, java.lang.String teamSourceClassName, PropertyList propertylist, TeamType teamType)
Adds aOfficeFloorTeamModel
to theOfficeFloorModel
.
-