Package | Description |
---|---|
org.opentripplanner.scripting.api |
Modifier and Type | Method and Description |
---|---|
OtpsIndividual |
OtpsEvaluatedIndividual.getIndividual() |
Modifier and Type | Method and Description |
---|---|
Iterator<OtpsIndividual> |
OtpsPopulation.iterator() |
Modifier and Type | Method and Description |
---|---|
OtpsEvaluatedIndividual |
OtpsSPT.eval(OtpsIndividual individual)
Evaluate the SPT for a single individual.
|
void |
OtpsRoutingRequest.setDestination(OtpsIndividual dest) |
void |
OtpsRoutingRequest.setOrigin(OtpsIndividual origin) |
Modifier and Type | Method and Description |
---|---|
List<OtpsEvaluatedIndividual> |
OtpsSPT.eval(Iterable<OtpsIndividual> population)
Evaluate the SPT for a whole population.
|
Constructor and Description |
---|
OtpsEvaluatedIndividual(OtpsIndividual individual,
long time,
int boardings,
double walkDistance) |
Copyright © 2018. All rights reserved.