Enum AdjacencyOrders
The possible adjacency order relationships between two edges by the parts they refer to in the text.
Namespace: MoreStructures.SuffixStructures
Assembly: MoreStructures.dll
Syntax
public enum AdjacencyOrders
Fields
Name | Description |
---|---|
After | Adjacent in a specific order: the first comes after the second. |
Before | Adjacent in a specific order: the first comes before the second. |
BeforeOrAfter | Adjacent in any order. |
None | Non-adjacent (overlapping on more than an extreme or not at all). |