public static class CHPreparationGraph.PrepareBaseEdge extends Object
Constructor and Description |
---|
PrepareBaseEdge(int prepareEdge,
int nodeA,
int nodeB,
float weightAB,
float weightBA) |
Modifier and Type | Method and Description |
---|---|
int |
getNodeA() |
int |
getNodeB() |
int |
getOrigEdgeCount() |
int |
getOrigEdgeKeyFirstAB() |
int |
getOrigEdgeKeyFirstBA() |
int |
getOrigEdgeKeyLastAB() |
int |
getOrigEdgeKeyLastBA() |
int |
getPrepareEdge() |
int |
getSkipped1() |
int |
getSkipped2() |
double |
getWeightAB() |
double |
getWeightBA() |
boolean |
isShortcut() |
void |
setOrigEdgeCount(int origEdgeCount) |
void |
setSkipped1(int skipped1) |
void |
setSkipped2(int skipped2) |
void |
setWeight(double weight) |
String |
toString() |
public PrepareBaseEdge(int prepareEdge, int nodeA, int nodeB, float weightAB, float weightBA)
public boolean isShortcut()
public int getPrepareEdge()
public int getNodeA()
public int getNodeB()
public double getWeightAB()
public double getWeightBA()
public int getOrigEdgeKeyFirstAB()
public int getOrigEdgeKeyFirstBA()
public int getOrigEdgeKeyLastAB()
public int getOrigEdgeKeyLastBA()
public int getSkipped1()
public int getSkipped2()
public int getOrigEdgeCount()
public void setSkipped1(int skipped1)
public void setSkipped2(int skipped2)
public void setWeight(double weight)
public void setOrigEdgeCount(int origEdgeCount)
Copyright © 2012–2021. All rights reserved.