public class PrepareCHEntry extends Object implements Comparable<PrepareCHEntry>
Modifier and Type | Field and Description |
---|---|
int |
adjNode |
int |
firstEdgeKey
The first edge key of the incoming edge
|
int |
incEdgeKey
The edge key of the incoming edge at this shortest path tree entry.
|
int |
origEdges
The number of original edges this (potential) shortcut represents.
|
PrepareCHEntry |
parent |
int |
prepareEdge
The ID of the edge associated with this entry in the prepare graph (this is not the same number that will later
be the ID of the edge/shortcut in the CHGraph.
|
double |
weight |
Constructor and Description |
---|
PrepareCHEntry(int prepareEdge,
int firstEdgeKey,
int incEdgeKey,
int adjNode,
double weight,
int origEdges) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PrepareCHEntry o) |
PrepareCHEntry |
getParent() |
String |
toString() |
public int incEdgeKey
public int firstEdgeKey
public int origEdges
public int prepareEdge
public int adjNode
public double weight
public PrepareCHEntry parent
public PrepareCHEntry(int prepareEdge, int firstEdgeKey, int incEdgeKey, int adjNode, double weight, int origEdges)
public PrepareCHEntry getParent()
public int compareTo(PrepareCHEntry o)
compareTo
in interface Comparable<PrepareCHEntry>
Copyright © 2012–2022. All rights reserved.