Class DiversionRoute
java.lang.Object
com.here.platform.location.tpeg2.tec.DiversionRoute
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiversionRoute(List<SegmentModifier> segmentModifiers, List<VehicleRestriction> vehicleRestrictions) DiversionRoute(scala.collection.immutable.Seq<SegmentModifier> segmentModifiers, scala.collection.immutable.Seq<VehicleRestriction> vehicleRestrictions) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2) scala.collection.immutable.Seq<SegmentModifier>static StringtoString()scala.collection.immutable.Seq<VehicleRestriction>Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
DiversionRoute
public DiversionRoute(scala.collection.immutable.Seq<SegmentModifier> segmentModifiers, scala.collection.immutable.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
-