public class CHConfig extends Object
Constructor and Description |
---|
CHConfig(String chGraphName,
Weighting weighting,
boolean edgeBased) |
Modifier and Type | Method and Description |
---|---|
static CHConfig |
edgeBased(String chGraphName,
Weighting weighting) |
boolean |
equals(Object o) |
String |
getName() |
TraversalMode |
getTraversalMode() |
Weighting |
getWeighting() |
int |
hashCode() |
boolean |
isEdgeBased() |
static CHConfig |
nodeBased(String chGraphName,
Weighting weighting) |
String |
toFileName() |
String |
toString() |
public Weighting getWeighting()
public boolean isEdgeBased()
public TraversalMode getTraversalMode()
public String toFileName()
public String getName()
Copyright © 2012–2020. All rights reserved.