Ejemplo n.º 1
0
 public DaisushiResolver(MentsuComp comp)
 {
     kotsuList = comp.getKotsuKantsu();
 }
Ejemplo n.º 2
0
 public JunchanResolver(MentsuComp comp)
 {
     janto       = comp.getJanto();
     shuntsuList = comp.getShuntsuList();
     kotsuList   = comp.getKotsuKantsu();
 }
Ejemplo n.º 3
0
 public ChinrohtohResolver(MentsuComp comp)
 {
     totalKotsuKantsu = comp.getKotsuCount() + comp.getKantsuCount();
     kotsuList        = comp.getKotsuKantsu();
     janto            = comp.getJanto();
 }