Class Deck.NodeCard

java.lang.Object
ca.uqam.info.model.Deck.NodeCard
Enclosing class:
Deck

public static class Deck.NodeCard extends Object
Inner Class NodeCard Helper for create a stack
Version:
1.3
Author:
Mohamed Latif Diallo, Hamza Afif, Ussel Sabbat
  • Method Details

    • getCard

      public CardImpl getCard()
      Getter to the cardImpl
      Returns:
      CardImpl
    • setNextCard

      public void setNextCard(Deck.NodeCard nextCard)
      Setter to newt Card to the next card
    • getNextCard

      public Deck.NodeCard getNextCard()
      Getter to newt Card
      Returns:
      NodeCard