Tag: directedgraph

Creating DirectedGraph from Enum type

imbSCI.Graph library (0.1.0.28) is updated with few new classes, where enumToDGMLConverter is ready for use. enumToDGMLConverter will convert specified Enum type into directed graph that shows relationships between enum values, in respect to flags values. To use it add its namespace at top: using imbSCI.Graph.Converters.enumToGraph; // here we get the type to interpret Type enumType…