Header menu logo B2R2

ImperativeVertex<'V> Type

Imperative vertex.

Instance members

Instance member Description

this.ID

Full Usage: this.ID

Returns: int

Unique identifier of this vertex.

Returns: int

this.Preds

Full Usage: this.Preds

Returns: List<ImperativeVertex<'V>>

List of predecessors.

Returns: List<ImperativeVertex<'V>>

this.Succs

Full Usage: this.Succs

Returns: List<ImperativeVertex<'V>>

List of successors.

Returns: List<ImperativeVertex<'V>>

Type something to start searching.