| Package | Description |
|---|---|
| org.opentripplanner.scripting.api |
| Modifier and Type | Method and Description |
|---|---|
OtpsEvaluatedIndividual |
OtpsSPT.eval(double lat,
double lon)
Evaluate the SPT at a given point.
|
OtpsEvaluatedIndividual |
OtpsSPT.eval(OtpsIndividual individual)
Evaluate the SPT for a single individual.
|
protected OtpsEvaluatedIndividual |
OtpsIndividual.eval(ShortestPathTree spt,
SampleFactory sampleFactory) |
| Modifier and Type | Method and Description |
|---|---|
List<OtpsEvaluatedIndividual> |
OtpsSPT.eval(Iterable<OtpsIndividual> population)
Evaluate the SPT for a whole population.
|
Copyright © 2018. All rights reserved.