Click or drag to resize

graphChangeType Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Kind of graph structural change, that was observed during analysis

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public enum graphChangeType
Request Example View Source
Members
  Member nameValueDescription
unknown0
removed1 Graph node was removed
moved2 Graph node was moved
added3 Graph node is added
noChange4 Nothing changed
expanded5 The node has more children then before
contracted6 The node lost some children
See Also