Package org.sumus.dwh.metric

Examples of org.sumus.dwh.metric.Metric


      addMetric(cube, dataStore, definition);
  }

  private void addMetric(Cube cube, DataStore dataStore, MetricDefinition definition){
    try {
      cube.add(new Metric(definition.getName()));
    }
    catch (Exception e) {
    }
  }
View Full Code Here

TOP

Related Classes of org.sumus.dwh.metric.Metric

Copyright © 2018 www.massapicom. 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.