usecase: Data Properties

public usecase: Data Properties
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 12:49:02; Modified: 10.12.2005 10:48:58;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B153833B-557E-456d-8A4C-1B8B16B1799C}
 

Goto: Scenarios

See also: Data for Building Tree, Data for Classification

Appears in: Open Properties Window

Connections
 
Data Properties Scenarios
Scenario Type Detail
About Basic Path There are two dialog deals with data. Both are DecTreeData class's descendants:

1. DecTreeDataBuild
2. DecTreeDataClassify

It has the same structure of working:
1. Get the version from dialog
2. Fill the version into the window (column name, types, etc.)
3. Check some conditions and let user to set another things (typically choose some column for special purposes, type some name of new column etc.]

Then if the user click OK button, the values from dialog is saved into class's variables. Then it can be used by other methods for working with it.