Home | History | Annotate | Download | only in db

Lines Matching refs:Dim

21 import org.eclipse.test.internal.performance.data.Dim;
38 Dim[] dimensions;
142 * @param dim_id The id of the dimension (see {@link Dim#getId()})
203 * @param dim_id The id of the dimension (see {@link Dim#getId()})
216 public Dim[] getDimensions() {
241 * dimension id (see {@link Dim#getId()})
269 * @param dim_id The id of the dimension (see {@link Dim#getId()})
292 * @param dim_id The id of the dimension (see {@link Dim#getId()})
407 this.dimensions = new Dim[length];
414 this.dimensions[i] = (Dim) PerformanceTestPlugin.getDimension(dimId);
460 Dim dimension = (Dim) PerformanceTestPlugin.getDimension(dim_id);
463 this.dimensions = new Dim[length];