Class CarProfile
java.lang.Object
org.eclipse.mosaic.lib.routing.graphhopper.profile.RoutingProfile
org.eclipse.mosaic.lib.routing.graphhopper.profile.CarProfile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.graphhopper.routing.util.parsers.TagParser>createTagParsers(com.graphhopper.routing.ev.EncodedValueLookup lookup) A list of parsers used to fillEncodedValueinstances from road data.Methods inherited from class org.eclipse.mosaic.lib.routing.graphhopper.profile.RoutingProfile
getName, getVehicleEncoding
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
CarProfile
public CarProfile()
-
-
Method Details
-
createTagParsers
public List<com.graphhopper.routing.util.parsers.TagParser> createTagParsers(com.graphhopper.routing.ev.EncodedValueLookup lookup) Description copied from class:RoutingProfileA list of parsers used to fillEncodedValueinstances from road data.- Specified by:
createTagParsersin classRoutingProfile
-