public class TNRepeatedRaptorProfileRouter extends Object
Modifier and Type | Field and Description |
---|---|
AnalystClusterRequest |
clusterRequest |
TransportNetwork |
network |
RaptorWorkerData |
raptorWorkerData
If this is null we will generate a throw-away raptor data table.
|
ProfileRequest |
request |
TaskStatistics |
ts |
Constructor and Description |
---|
TNRepeatedRaptorProfileRouter(TransportNetwork network,
AnalystClusterRequest clusterRequest,
LinkedPointSet targets,
TaskStatistics ts)
Make a router to use for making ResultEnvelopes.
|
Modifier and Type | Method and Description |
---|---|
static RaptorWorkerData |
getRaptorWorkerData(ProfileRequest request,
Graph graph,
SampleSet sampleSet,
TaskStatistics ts)
Create RAPTOR worker data from a graph, profile request and sample set (the last of which may be null
|
ResultEnvelope |
route() |
public AnalystClusterRequest clusterRequest
public ProfileRequest request
public TransportNetwork network
public RaptorWorkerData raptorWorkerData
public TaskStatistics ts
public TNRepeatedRaptorProfileRouter(TransportNetwork network, AnalystClusterRequest clusterRequest, LinkedPointSet targets, TaskStatistics ts)
public ResultEnvelope route()
public static RaptorWorkerData getRaptorWorkerData(ProfileRequest request, Graph graph, SampleSet sampleSet, TaskStatistics ts)
Copyright © 2015. All rights reserved.