Click or drag to resize

freeGraphIslandType Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Type of freeGraphIsland by number of freeGraphNodeBase contained

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public enum freeGraphIslandType
Request Example View Source
Members
  Member nameValueDescription
none0 Island is actually non island, since it has zero nodes
mononodal1 The mononodal: has only one node
binodal2 The binodal: has two nodes
trinodal3 The trinodal: has three nodes
polinodal4 The polinodal: has more then three nodes
unknown5 The unknown: this indicates some problem, as you should never see an island taggd as unknown
See Also