Package net.officefloor.compile.team
Interface TeamType
-
- All Known Implementing Classes:
TeamTypeImpl
public interface TeamType
Type definition
of aTeam
.All
Team
instances implement the same interface. However, they differ in their characteristics which is internal to theTeam
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRequireTeamSize()
Flags that theTeam
size must be specified.
-