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