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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
-
- Parameters:
visitor - An MtmObjectVisitor.
context - An Object.
- Returns:
- The
Object returned by the visitMtmSolvedRollupCubeDimensionality method.
- Overrides:
- acceptVisitor in class MtmObject
Copyright © 2002, 2003, Oracle. All Rights Reserved.