C# 클래스 Bevisuali.Model.Workbench.NetworkLayoutRecord

파일 보기 프로젝트 열기: duckmaestro/F-AI

공개 메소드들

메소드 설명
NetworkLayoutRecord ( BayesianNetwork network, NetworkLayout existingLayout, IList interestVertices, NetworkLayoutOptions options ) : System
NetworkLayoutRecord ( BayesianNetwork network, NetworkLayout layout, NetworkLayoutOptions options ) : System

메소드 상세

NetworkLayoutRecord() 공개 메소드

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

NetworkLayoutRecord() 공개 메소드

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