Exemplo n.º 1
0
 public abstract void decide(Choice groupVote);
Exemplo n.º 2
0
 public possibleChoice(Choice choice, int opinion)
 {
     this.choice  = choice;
     this.opinion = opinion;
 }
Exemplo n.º 3
0
 public abstract void getAdvice(Chicken chick, List <Choice> choices, Choice choice);