Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.olapi.metadata.mtm
Class MtmSolveSpecification

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mtm.MtmObject
              |
              +--oracle.olapi.metadata.mtm.MtmSolveSpecification
Direct Known Subclasses:
MtmAggregationSpecification

public abstract class MtmSolveSpecification
extends MtmObject

An MtmObject that specifies how to solve an MtmUnsolvedCube, that is, which SQL function to apply when calculating the measure data for the node elements of the dimensions of the cube, the order in which to process the dimensions, and other aspects of the calculations. An MtmUnsolvedCube has one MtmSolveSpecification.


Methods inherited from class oracle.olapi.metadata.mtm.MtmObject
acceptVisitor

 

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

 


Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.