Header menu logo B2R2

IVertex<'V> Type

A vertex of a graph.

Instance members

Instance member Description

this.HasData

Full Usage: this.HasData

Returns: bool
Modifiers: abstract

Check if the vertex has data. When this is true, `VData` should not raise an exception.

Returns: bool

this.ID

Full Usage: this.ID

Returns: VertexID
Modifiers: abstract

Unique ID of the vertex.

Returns: VertexID

this.VData

Full Usage: this.VData

Returns: 'V
Modifiers: abstract

Data attached to the vertex. This can raise `DummyDataAccessException` when the vertex has no data.

Returns: 'V

Type something to start searching.