C# Class OdoyuleRules.Visualizer.RulesEngineGraphGenerator

Afficher le fichier Open project: drusellers/Odoyule Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

CreateGraph() public méthode

public CreateGraph ( RulesEngineGraph data ) : Graphing.Graph
data RulesEngineGraph
Résultat Graphing.Graph

SaveGraphToFile() public méthode

public SaveGraphToFile ( RulesEngineGraph data, int width, int height, string filename ) : void
data RulesEngineGraph
width int
height int
filename string
Résultat void