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 TeamTypeCompileContextImpl. getOrLoadTeamType(TeamNode teamNode)TeamTypeTeamNodeImpl. loadTeamType()Methods in net.officefloor.compile.impl.structure with parameters of type TeamType Modifier and Type Method Description voidOfficeFloorNodeImpl. 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 classTeamTypeImplTeamTypeimplementation.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)TeamTypeTeamLoaderImpl. 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 TeamTypeCompileContext. getOrLoadTeamType(TeamNode teamNode)TeamTypeTeamNode. loadTeamType()Loads theTeamTypefor theTeamSource.Methods in net.officefloor.compile.internal.structure with parameters of type TeamType Modifier and Type Method Description voidTeamVisitor. 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 TeamTypeTeamAugmentorContext. 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 theTeamTypesourced from theTeamSource.TeamTypeTeamLoader. loadTeamType(java.lang.String teamName, TeamSource teamSource, PropertyList propertyList)Loads and returns theTeamTypesourced 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, 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, java.lang.String teamSourceClassName, PropertyList propertylist, TeamType teamType)Adds aOfficeFloorTeamModelto theOfficeFloorModel.
-