freeGraphIslandType Enumeration |
Namespace: imbSCI.Graph.FreeGraph
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | Island is actually non island, since it has zero nodes | |
| mononodal | 1 | The mononodal: has only one node | |
| binodal | 2 | The binodal: has two nodes | |
| trinodal | 3 | The trinodal: has three nodes | |
| polinodal | 4 | The polinodal: has more then three nodes | |
| unknown | 5 | The unknown: this indicates some problem, as you should never see an island taggd as unknown |