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, setDeleted
public int incEdge
public CHEntry(int node, double weight)
public CHEntry(int edge, int incEdge, int adjNode, double weight, SPTEntry parent)
Copyright © 2012–2022. All rights reserved.