|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.olapi.data.source.SourceDefinition | +--oracle.olapi.data.source.ImmutableDefinition | +--oracle.olapi.data.source.ModelSolutionDefinition
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 |
public final Model getModel()
Model
for the ModelSolutionDefinition
.Model
for the ModelSolutionDefinition
.public final SourceDefinition getDefaultValuesDefinition()
SourceDefinition
for the Source
that defines the default values for measure or attribute values for which the Model
does not assign a value.SourceDefinition
for the Source
that defines the default values for unassigned values.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |