Uses of Class
org.pentaho.platform.plugin.action.mondrian.catalog.MondrianCube

Packages that use MondrianCube
org.pentaho.platform.plugin.action.mondrian.catalog   
 

Uses of MondrianCube in org.pentaho.platform.plugin.action.mondrian.catalog
 

Methods in org.pentaho.platform.plugin.action.mondrian.catalog that return types with arguments of type MondrianCube
 List<MondrianCube> MondrianSchema.getCubes()
           
 

Constructor parameters in org.pentaho.platform.plugin.action.mondrian.catalog with type arguments of type MondrianCube
MondrianSchema(String name, List<MondrianCube> cubes)
           
MondrianSchema(String name, List<MondrianCube> cubes, String[] roles)