Uses of Interface
net.officefloor.compile.internal.structure.TeamNode
-
Packages that use TeamNode Package Description net.officefloor.compile.impl net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure -
-
Uses of TeamNode in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return TeamNode Modifier and Type Method Description TeamNode
OfficeFloorCompilerImpl. createTeamNode(java.lang.String teamName, OfficeFloorNode officeFloor)
Methods in net.officefloor.compile.impl with parameters of type TeamNode Modifier and Type Method Description TeamLoader
OfficeFloorCompilerImpl. getTeamLoader(TeamNode node)
<S extends TeamSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getTeamSourceClass(java.lang.String teamSourceName, TeamNode node)
-
Uses of TeamNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement TeamNode Modifier and Type Class Description class
TeamNodeImpl
TeamNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type TeamNode Modifier and Type Method Description TeamType
CompileContextImpl. getOrLoadTeamType(TeamNode teamNode)
void
OfficeFloorNodeImpl. visit(TeamType teamType, TeamNode teamNode, CompileContext compileContext)
-
Uses of TeamNode in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return TeamNode Modifier and Type Method Description TeamNode
NodeContext. createTeamNode(java.lang.String teamName, OfficeFloorNode officeFloor)
Creates theTeamNode
.Methods in net.officefloor.compile.internal.structure with parameters of type TeamNode Modifier and Type Method Description TeamType
CompileContext. getOrLoadTeamType(TeamNode teamNode)
TeamLoader
NodeContext. getTeamLoader(TeamNode node)
Obtains theTeamLoader
.<S extends TeamSource>
java.lang.Class<S>NodeContext. getTeamSourceClass(java.lang.String teamSourceClassName, TeamNode node)
Obtains theTeamSource
class.void
TeamVisitor. visit(TeamType teamType, TeamNode teamNode, CompileContext compileContext)
Visits theTeamNode
.
-