C# Class DomainDrivenDelivery.Infrastructure.Routing.ExternalRoutingService

Inheritance: RoutingService
Afficher le fichier Open project: awhatley/dddsample.net Class Usage Examples

Méthodes publiques

Méthode Description
ExternalRoutingService ( GraphTraversalService graphTraversalService, LocationRepository locationRepository, VoyageRepository voyageRepository ) : System
fetchRoutesForSpecification ( RouteSpecification routeSpecification ) : IEnumerable

Private Methods

Méthode Description
toItinerary ( TransitPath transitPath ) : Itinerary
toLeg ( TransitEdge edge ) : Leg

Method Details

ExternalRoutingService() public méthode

public ExternalRoutingService ( GraphTraversalService graphTraversalService, LocationRepository locationRepository, VoyageRepository voyageRepository ) : System
graphTraversalService GraphTraversalService
locationRepository LocationRepository
voyageRepository VoyageRepository
Résultat System

fetchRoutesForSpecification() public méthode

public fetchRoutesForSpecification ( RouteSpecification routeSpecification ) : IEnumerable
routeSpecification RouteSpecification
Résultat IEnumerable