public class CHEntry extends SPTEntry
| Modifier and Type | Field and Description |
|---|---|
int |
incEdge
The id of the incoming original edge at this shortest path tree entry.
|
| Constructor and Description |
|---|
CHEntry(int node,
double weight) |
CHEntry(int edge,
int incEdge,
int adjNode,
double weight,
SPTEntry parent) |
| Modifier and Type | Method and Description |
|---|---|
CHEntry |
getParent() |
String |
toString() |
compareTo, getWeightOfVisitedPath, isDeleted, setDeletedpublic int incEdge
public CHEntry(int node,
double weight)
public CHEntry(int edge,
int incEdge,
int adjNode,
double weight,
SPTEntry parent)
Copyright © 2012–2023. All rights reserved.