Edge
Edge: represents an edge that can be added to a Graph instance.
Constructor Summary
| Public Constructor | ||
| public |
constructor(startVertex: *, endVertex: *) |
|
Member Summary
| Public Members | ||
| public |
endVertex: * |
|
| public |
startVertex: * |
|
Public Constructors
public constructor(startVertex: *, endVertex: *) source
Params:
| Name | Type | Attribute | Description |
| startVertex | * | ||
| endVertex | * |