Exemple #1
0
 public ShosushiResolver(MentsuComp comp)
 {
     janto      = comp.getJanto();
     kotsuList  = comp.getKotsuKantsu();
     kotsuCount = comp.getKotsuCount() + comp.getKantsuCount();
 }
Exemple #2
0
 public ToitoihoResolver(MentsuComp comp)
 {
     kotsuCount = comp.getKantsuCount() + comp.getKotsuCount();
 }
Exemple #3
0
 public SanankoResolver(MentsuComp comp)
 {
     kotsuList  = comp.getKotsuKantsu();
     kotsuCount = comp.getKotsuCount() + comp.getKantsuCount();
 }
 public ChinrohtohResolver(MentsuComp comp)
 {
     totalKotsuKantsu = comp.getKotsuCount() + comp.getKantsuCount();
     kotsuList        = comp.getKotsuKantsu();
     janto            = comp.getJanto();
 }