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 Summary

    Modifier and Type
    Method
    Description
    boolean
    Flags that the Team size must be specified.
  • Method Details

    • isRequireTeamSize

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