B2R2


RangedDiGraph<'D, 'E> Type

Constructors

Constructor Description

RangedDiGraph(core)

Full Usage: RangedDiGraph(core)

Parameters:
Returns: RangedDiGraph<'D, 'E>
core : GraphCore<'D, 'E, DiGraph<'D, 'E>>
Returns: RangedDiGraph<'D, 'E>

Instance members

Instance member Description

this.FindVertexByRange(range)

Full Usage: this.FindVertexByRange(range)

Parameters:
Returns: Vertex<'D>
range : AddrRange
Returns: Vertex<'D>