Package ch.epfl.lbd.applications.trdw.cubes

Examples of ch.epfl.lbd.applications.trdw.cubes.PresenceCube.addDimension()


    Measure episodePresence = new MondrianVirtualMeasure"Episode Presence",
                                facts,
                                Measure.DATATYPE_NUMERIC,
                                Measure.AGGR_SUM,
                                sql);
    presenceCube.addDimension(spaceDim);
    presenceCube.addMeasure(episodePresence);
   
    this.addCube(presenceCube);
  }
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.