Search Results for

    Show / Hide Table of Contents

    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).

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, AdjacencyOrders>(TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX