Class DiversionRoute
java.lang.Object
com.here.platform.location.tpeg2.tec.DiversionRoute
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiversionRoute
(List<SegmentModifier> segmentModifiers, List<VehicleRestriction> vehicleRestrictions) DiversionRoute
(scala.collection.Seq<SegmentModifier> segmentModifiers, scala.collection.Seq<VehicleRestriction> vehicleRestrictions) -
Method Summary
Modifier and TypeMethodDescriptionabstract static R
apply
(T1 v1, T2 v2) scala.collection.Seq<SegmentModifier>
static String
toString()
scala.collection.Seq<VehicleRestriction>
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
DiversionRoute
public DiversionRoute(scala.collection.Seq<SegmentModifier> segmentModifiers, scala.collection.Seq<VehicleRestriction> vehicleRestrictions) -
DiversionRoute
public DiversionRoute(List<SegmentModifier> segmentModifiers, List<VehicleRestriction> vehicleRestrictions)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
segmentModifiers
-
vehicleRestrictions
-
getSegmentModifiers
-
getVehicleRestrictions
-