Next: subclasses
Up: MemoSetCard
Previous: MemoSetCard
  Contents
  Index
Subsections
constants
This method should return an Integer value how many cards are needed for a complete set. Due to the reason MemoSetCard is an abstract class, it is the subclasses' responsibility to implement this method.
should return true if the class is a "real" card class
This is not a normal implementation of instance creation, because you do not need only one card and you don't know which cards really exist outside. So here the method returns all possible cards in a set.Due to the reason MemoSetCard is an abstract class, it is the subclasses' responsibility to implement this method.
select or deselect the card and test if the user has marked a set. Do some simple verification.
a simple acces method to the container slot
a simple acces method to the container slot
deselects the card by all users
just an interface to ask the class
should return the score for a given set. Due to the reason MemoSetCard is an abstract class, it is the subclasses' responsibility to implement this method.
returns a Collection with the users which currently selected this card
return the view class for this kind of card. Due to the reason MemoSetCard is an abstract class, it is the subclasses' responsibility to implement this method.
The method gets a list with self class numberOfCardsNeededForSet (see 2.1.1) elements and decide if it is a valid set. Due to the reason MemoSetCard is an abstract class, it is the subclasses' responsibility to implement this method.
returns true if self selectedBy is empty (see 2.1.2).
deselects the card for a given MemoSetUser.
selects the card for a given MemoSetUser.
Next: subclasses
Up: MemoSetCard
Previous: MemoSetCard
  Contents
  Index
spax
2003-04-28