usecase: Save network

public usecase: Save network
Author: Lukáš Civín
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 5.12.2005 14:23:53; Modified: 5.12.2005 16:33:08;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4A6D2288-E127-40a7-A5A8-BC12F0CC736B}
Menu: BP network>Save network
 

Goto: Constraints, Scenarios

Extends: File operations

See also: File operations

Appears in: UC Network Administration

Connections
 
Save network Constraint
Constraint Type Status Detail
BP network is selected Pre-condition Approved
 
Save network Scenarios
Scenario Type Detail
Save BP network into the file Basic Path Program uses xml functions from .NET.
In the dialog, user fills in the name of the file that will be created. After all the structure of the network is written into this file.

The most important function: BP_network.WriteNet(...) - includes WriteLayer(...) - includes WriteNode(...)

XML function used:
AppendChild(...) with conversion XmlConvert.ToString
CreateElement(...)

For exact structure of the file, see generated XML file, or source codes.