Class WalkingCarDrivingRentalMultimodalRoute
Implements
System.Collections.Generic.IEnumerable<RouteStop>
System.Collections.IEnumerable
System.IEquatable<MultimodalRoute>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SOHMultimodalModel.Routing
Assembly: SOHMultimodalModel.dll
Syntax
public class WalkingCarDrivingRentalMultimodalRoute : MultimodalRoute, IEnumerable<RouteStop>, IEnumerable, IEquatable<MultimodalRoute>
Constructors
| Improve this Doc View SourceWalkingCarDrivingRentalMultimodalRoute(SpatialGraphMediatorLayer, ICarRentalLayer, Position, Position)
Driver finds rental car, walks there and drives to destination then.
Declaration
public WalkingCarDrivingRentalMultimodalRoute(SpatialGraphMediatorLayer envLayer, ICarRentalLayer carRentalLayer, Position start, Position goal)
Parameters
Type | Name | Description |
---|---|---|
SpatialGraphMediatorLayer | envLayer | Provides access to spatial structures. |
ICarRentalLayer | carRentalLayer | That provides access to rental cars. |
Position | start | To start. |
Position | goal | To reach. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IEquatable<T>