127128129130131132133
return cube.getCells(input, output); } public void ruleStop() { throw new RuleStop(); }
77787980818283
return cube.getCell(input, output); } public void ruleStop() { throw new RuleStop(); }
118119120121122123124
93949596979899
105106107108109110111
111112113114115116117