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