usecase: Save Tree to XML

public usecase: Save Tree to XML
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 12:45:32; Modified: 14.12.2005 8:39:14;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {254E338B-2602-4dc5-89C3-CC7F656AB5B8}
Menu : Main->Save tree...
 

Goto: Scenarios

See also: User

Appears in: Main

Connections
 
Save Tree to XML Scenarios
Scenario Type Detail
About Basic Path The saving of the XML file is done this way:

1. User choose the file in a standard dialog.
2. DecisionTree.SaveToXML is called.
3. It calls root.SaveToXML (root is instance of DecisionTreeNode).
4. Recursively every node calls SaveToXML of their sons.