- add(Card) - Method in class app.model.CardGroup
-
Add a card
- addAll(Collection<? extends Card>) - Method in class app.model.CardGroup
-
Add all cards
- AddCardsToTheHand() - Method in class unitTests.StandaloneModelClassesTests
-
Tests adding cards to the hand
Note : test is similar for the Talon
No exception should be fired
- addCardToView() - Method in class unitTests.GameViewTests
-
Add a card to the view and verify the number of cards
of the default group (root3d) have been increase
- addSubUpdate(CardUpdate) - Method in class app.model.CardUpdate
-
Add a sub-Update to cardUpdate
- app - package app
-
- app.model - package app.model
-
- app.presenter - package app.presenter
-
- app.view - package app.view
-
- AppPresenter - Class in app.presenter
-
The AppPresenter class consists in
the MVP architecture presenter
- AppPresenter(Stage) - Constructor for class app.presenter.AppPresenter
-
Constructs the presenter with the app's window