usecase: Network visualization

public usecase: Network visualization
Author: Lukáš Civín
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 6.12.2005 11:24:30; Modified: 6.12.2005 11:54:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {0049FC31-E4D4-4786-BD11-E5EBDF702395}
Menu: BP network>Visualize network
 

Goto: Scenarios

See also: User

Appears in: UC Network Visualization

Connections
 
Network visualization Scenarios
Scenario Type Detail
Network visualization structures Basic Path Class PTreeViewer is used to visualize network. In the constructor of the window, new tree (in our case network) PTreeViewer.TreeControl is created. This structure is loaded in the function Visualiss.CreateTree(), according to given structure of TreeControl. Each node has some parameters - they are loaded in function Visualiss.AddInformation(node,BP_Node).
Visualiss window Basic Path This window is not modal window, because the user sometimes wants to compare his networks. After the window creation, tree structure is created and no changes happens to them later. So when a training step is done, open another window and see changes between both windows (thresholds and weights of nodes have changed).