Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

oracle.olapi.metadata.mtm
Class MtmSolvedRollupCubeDimensionality

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mtm.MtmObject
              |
              +--oracle.olapi.metadata.mtm.MtmCubeDimensionality
                    |
                    +--oracle.olapi.metadata.mtm.MtmSolvedCubeDimensionality
                          |
                          +--oracle.olapi.metadata.mtm.MtmSolvedLevelBasedCubeDimensionality
                                |
                                +--oracle.olapi.metadata.mtm.MtmSolvedRollupCubeDimensionality

public class MtmSolvedRollupCubeDimensionality
extends MtmSolvedLevelBasedCubeDimensionality

An MtmSolvedLevelBasedCubeDimensionality for one hierarchy in an MtmBaseCube whose fact table is structured in Rollup aggregation form. The aggregate levels of data for the MtmPartitionedCube are supplied by materialized views, and each hierarchy combination has it own materialized view.

For information about Rollup (also known as Rolled Up) aggregation form, see the Oracle OLAP Application Developer's Guide.


Method Summary
java.lang.Object acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)
Calls the visitMtmSolvedRollupCubeDimensionality method of the specified MtmObjectVisitor and passes that method this MtmSolvedRollupCubeDimensionality and the specified context object.

Methods inherited from class oracle.olapi.metadata.mtm.MtmSolvedLevelBasedCubeDimensionality
addLevelExpression, getGroupingIDExpression, getLevelExpressions

Methods inherited from class oracle.olapi.metadata.mtm.MtmCubeDimensionality
getDimensionIsDense, getDimensionMap, setDimensionIsDense, setDimensionMap

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

acceptVisitor

public java.lang.Object acceptVisitor(MtmObjectVisitor visitor,
                                      java.lang.Object context)
Calls the visitMtmSolvedRollupCubeDimensionality method of the specified MtmObjectVisitor and passes that method this MtmSolvedRollupCubeDimensionality and the specified context object.
Overrides:
acceptVisitor in class MtmObject
Parameters:
visitor - An MtmObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitMtmSolvedRollupCubeDimensionality method.

Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

Copyright © 2002, 2005, Oracle. All rights reserved.