Operation |
Details |
public BP_Visualiss( ProgressBar PG, BP_network network, ArrayList inp, ArrayList outp, DataSrc ds): |
Sequential |
protected Dispose( bool disposing):void |
Sequential Notes: | Clean up any resources being used. | |
private InitializeComponent():void |
Sequential Notes: | Required method for Designer support - do not modify the contents of this method with the code editor. | |
private Visualiss_Paint( object sender, System.Windows.Forms.PaintEventArgs e):void |
Sequential |
private button2_Click( object sender, System.EventArgs e):void |
Sequential |
private button1_Click( object sender, System.EventArgs e):void |
Sequential |
private CreateTree():void |
Sequential Notes: | Construct the tree for visualisation | |
public UpdateTree( BP_network Net):void |
Sequential Notes: | updates informations of the network
@param ="net" | |
private AddInformation( NodeCl nod, BP_node BPnod):void |
Sequential Notes: | Adds information about node to visualise | |
private BP_Visualiss_Closing( object sender, System.ComponentModel.CancelEventArgs e):void |
Sequential |