public class Profile extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PMap |
getHints() |
String |
getName() |
String |
getVehicle() |
int |
getVersion() |
String |
getWeighting() |
int |
hashCode() |
boolean |
isTurnCosts() |
Profile |
putHint(String key,
Object value) |
Profile |
setName(String name) |
Profile |
setTurnCosts(boolean turnCosts) |
Profile |
setVehicle(String vehicle) |
Profile |
setWeighting(String weighting) |
String |
toString() |
static void |
validateProfileName(String profileName) |
public Profile(String name)
public static void validateProfileName(String profileName)
public String getName()
public String getVehicle()
public String getWeighting()
public boolean isTurnCosts()
public Profile setTurnCosts(boolean turnCosts)
public PMap getHints()
public int getVersion()
Copyright © 2012–2022. All rights reserved.