Interface TeamType

  • All Known Implementing Classes:
    TeamTypeImpl

    public interface TeamType

    Type definition of a Team.

    All Team instances implement the same interface. However, they differ in their characteristics which is internal to the Team.

    Author:
    Daniel Sagenschneider
    • Method Detail

      • isRequireTeamSize

        boolean isRequireTeamSize()
        Flags that the Team size must be specified.
        Returns:
        true should the Team size be required.