C# 클래스 OdoyuleRules.Visualizer.RulesEngineGraphGenerator

파일 보기 프로젝트 열기: drusellers/Odoyule 1 사용 예제들

공개 메소드들

메소드 설명
CreateGraph ( RulesEngineGraph data ) : Graphing.Graph
SaveGraphToFile ( RulesEngineGraph data, int width, int height, string filename ) : void

비공개 메소드들

메소드 설명
EdgeStyler ( object sender, GleeEdgeEventArgs e ) : void
NodeStyler ( object sender, GleeVertexEventArgs args ) : void
RulesEngineGraphGenerator ( ) : System

메소드 상세

CreateGraph() 공개 메소드

public CreateGraph ( RulesEngineGraph data ) : Graphing.Graph
data RulesEngineGraph
리턴 Graphing.Graph

SaveGraphToFile() 공개 메소드

public SaveGraphToFile ( RulesEngineGraph data, int width, int height, string filename ) : void
data RulesEngineGraph
width int
height int
filename string
리턴 void