Uses of Class
edu.ntnu.idatt1002.k2g05.models.rounds.Round
Packages that use Round
-
Uses of Round in edu.ntnu.idatt1002.k2g05.models
Methods in edu.ntnu.idatt1002.k2g05.models that return RoundMethods in edu.ntnu.idatt1002.k2g05.models that return types with arguments of type RoundModifier and TypeMethodDescriptionRoundCollection.getAllRounds()
Gets all the rounds in the round collection.Methods in edu.ntnu.idatt1002.k2g05.models with parameters of type RoundModifier and TypeMethodDescriptionboolean
Appends the specified round to the end of the roundCollection.boolean
RoundCollection.removeRound
(Round round) Removes the first occurrence of a round from this collection, if it is present. -
Uses of Round in edu.ntnu.idatt1002.k2g05.models.rounds
Subclasses of Round in edu.ntnu.idatt1002.k2g05.models.roundsModifier and TypeClassDescriptionclass
A match round holds multiple match games, some examples of a match round would be a group-play or a semi-final, where the matches that is in match round is a list ofMatchGame
.class
Round where each player plays an amount given amount ofGame
, and an accumulative sum of all rounds are created.