C# 클래스 DomainDrivenDelivery.Infrastructure.Routing.ExternalRoutingService

상속: RoutingService
파일 보기 프로젝트 열기: awhatley/dddsample.net 1 사용 예제들

공개 메소드들

메소드 설명
ExternalRoutingService ( GraphTraversalService graphTraversalService, LocationRepository locationRepository, VoyageRepository voyageRepository ) : System
fetchRoutesForSpecification ( RouteSpecification routeSpecification ) : IEnumerable

비공개 메소드들

메소드 설명
toItinerary ( TransitPath transitPath ) : Itinerary
toLeg ( TransitEdge edge ) : Leg

메소드 상세

ExternalRoutingService() 공개 메소드

public ExternalRoutingService ( GraphTraversalService graphTraversalService, LocationRepository locationRepository, VoyageRepository voyageRepository ) : System
graphTraversalService GraphTraversalService
locationRepository LocationRepository
voyageRepository VoyageRepository
리턴 System

fetchRoutesForSpecification() 공개 메소드

public fetchRoutesForSpecification ( RouteSpecification routeSpecification ) : IEnumerable
routeSpecification RouteSpecification
리턴 IEnumerable