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

B14348-01

oracle.olapi.data.source
Class ModelSolutionDefinition

java.lang.Object
  |
  +--oracle.olapi.data.source.SourceDefinition
        |
        +--oracle.olapi.data.source.ImmutableDefinition
              |
              +--oracle.olapi.data.source.ModelSolutionDefinition

public final class ModelSolutionDefinition
extends ImmutableDefinition

An ImmutableDefinition that contains information about how to solve a Model. The Source for a ModelSolutionDefinition represents the results of the evaluation of the Assignment objects of a CustomModel.


Method Summary
SourceDefinition getDefaultValuesDefinition()
Gets the SourceDefinition for the Source that defines the default values for measure or attribute values for which the Model does not assign a value.
Model getModel()
Gets the Model for the ModelSolutionDefinition.

Methods inherited from class oracle.olapi.data.source.SourceDefinition
getDataProvider, getSource

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

Method Detail

getModel

public final Model getModel()
Gets the Model for the ModelSolutionDefinition.
Overrides:
getModel in class SourceDefinition
Returns:
The Model for the ModelSolutionDefinition.

getDefaultValuesDefinition

public final SourceDefinition getDefaultValuesDefinition()
Gets the SourceDefinition for the Source that defines the default values for measure or attribute values for which the Model does not assign a value.
Returns:
The SourceDefinition for the Source that defines the default values for unassigned values.

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

B14348-01

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