oracle.olapi.metadata.mtm
Class MtmSolvedGroupingSetCubeDimensionality
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.MtmSolvedGroupingSetCubeDimensionality
- public class MtmSolvedGroupingSetCubeDimensionality
- extends MtmSolvedLevelBasedCubeDimensionality
An MtmSolvedLevelBasedCubeDimensionality for one hierarchy in an MtmBaseCube whose fact table is structured in Grouping Set aggregation form. The aggregate levels of data for the MtmPartitionedCube are supplied by a materialized view in which all hierarchy combinations are included.
For information about Grouping Set aggregation form, see the Oracle OLAP Application Developer's Guide.
| Method Summary |
java.lang.Object |
acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)
Calls the visitMtmSolvedGroupingSetCubeDimensionality method of the specified MtmObjectVisitor and passes that method this MtmSolvedGroupingSetCubeDimensionality 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
visitMtmSolvedGroupingSetCubeDimensionality method of the specified MtmObjectVisitor and passes that method this MtmSolvedGroupingSetCubeDimensionality and the specified context object.
-
- Parameters:
visitor - An MtmObjectVisitor.
context - An Object.
- Returns:
- The
Object returned by the visitMtmSolvedGroupingSetCubeDimensionality method.
- Overrides:
- acceptVisitor in class MtmObject
Copyright © 2002, 2003, Oracle. All Rights Reserved.