|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scenario
Context for a set of writeback operations.
An analyst performing a what-if analysis would first create a scenario, or open an existing scenario, then modify a sequence of cell values.
Some OLAP engines allow scenarios to be saved (to a file, or perhaps to the database) and restored in a future session.
Multiple scenarios may be open at the same time, by different users of the OLAP engine.
OlapConnection.createScenario()
,
OlapConnection.setScenario(Scenario)
,
OlapConnection.getScenario()
,
Cell.setValue(Object, AllocationPolicy, Object[])
,
AllocationPolicy
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the unique identifier of this Scenario. |
Method Detail |
---|
java.lang.String getId()
The format of the string returned is implementation defined. Client applications must not make any assumptions about the structure or contents of such strings.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |