C# Class Bevisuali.Model.Workbench.NetworkLayoutRecord

Datei anzeigen Open project: duckmaestro/F-AI

Public Methods

Method Description
NetworkLayoutRecord ( BayesianNetwork network, NetworkLayout existingLayout, IList interestVertices, NetworkLayoutOptions options ) : System
NetworkLayoutRecord ( BayesianNetwork network, NetworkLayout layout, NetworkLayoutOptions options ) : System

Method Details

NetworkLayoutRecord() public method

public NetworkLayoutRecord ( BayesianNetwork network, NetworkLayout existingLayout, IList interestVertices, NetworkLayoutOptions options ) : System
network BayesianNetwork
existingLayout NetworkLayout
interestVertices IList
options NetworkLayoutOptions
return System

NetworkLayoutRecord() public method

public NetworkLayoutRecord ( BayesianNetwork network, NetworkLayout layout, NetworkLayoutOptions options ) : System
network BayesianNetwork
layout NetworkLayout
options NetworkLayoutOptions
return System