コード例 #1
0
ファイル: Cube.java プロジェクト: shrikantnjagtap/ROLAP-Tool
 // Set given fact at specified cell position of cube
 public void setFact(int[] indices, Object fact) {
   array.put(indices, fact);
 }