usecase: Open Tree from XML
public usecase: Open Tree from XML
Author:
Project:
Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates:
Created: 7.12.2005 12:45:18; Modified: 14.12.2005 8:39:09;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{629E88FA-EA67-467e-BBF8-FD343780B468}
Menu : Main->Open tree...
Goto:
Scenarios
See also:
User
Appears in:
Main
Connections
Association link from actor
[Actors].User
Open Tree from XML
Scenarios
Scenario
Type
Detail
About
Basic Path
The opennig of the XML file is done this way:
1. User choose the file in a standard dialog.
2. DecisionTree.LoadFromXML is called.
3. It calls root.LoadFromXML (root is instance of DecisionTreeNode).
4. Recursively every node calls LoadFromXML of their sons.
usecase: Open Tree from XML