C# Class OdoyuleRules.Visualizer.RulesEngineGraphGenerator

Mostrar archivo Open project: drusellers/Odoyule Class Usage Examples

Public Methods

Method Description
CreateGraph ( RulesEngineGraph data ) : Graphing.Graph
SaveGraphToFile ( RulesEngineGraph data, int width, int height, string filename ) : void

Private Methods

Method Description
EdgeStyler ( object sender, GleeEdgeEventArgs e ) : void
NodeStyler ( object sender, GleeVertexEventArgs args ) : void
RulesEngineGraphGenerator ( ) : System

Method Details

CreateGraph() public method

public CreateGraph ( RulesEngineGraph data ) : Graphing.Graph
data RulesEngineGraph
return Graphing.Graph

SaveGraphToFile() public method

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