Class UndirectedVertex<V>

Type Parameters

  • V = any

Hierarchy

Constructors

Accessors

Constructors

  • The constructor function initializes a vertex with an optional value.

    Type Parameters

    • V = any

    Parameters

    • id: VertexId

      The id parameter is of type VertexId and represents the identifier of the vertex. It is used to uniquely identify the vertex within a graph or network.

    • Optional val: V

      The "val" parameter is an optional parameter of type V. It is used to initialize the value of the vertex. If no value is provided, the vertex will be initialized with a default value.

    Returns UndirectedVertex<V>

Accessors

Generated using TypeDoc