Yog.FSharp
Getting Started Examples API Reference GitHub

Direction Type

Direction for reachability analysis.

Union cases

Union case Description

Ancestors

Full Usage: Ancestors

Count nodes that can reach the given node (ancestors).

Descendants

Full Usage: Descendants

Count nodes reachable from the given node (descendants).

Instance members

Instance member Description

this.IsAncestors

Full Usage: this.IsAncestors

Returns: bool
Returns: bool

this.IsDescendants

Full Usage: this.IsDescendants

Returns: bool
Returns: bool