public class ResultSet extends Object
Modifier and Type | Field and Description |
---|---|
Population |
population |
double[] |
results |
Modifier | Constructor and Description |
---|---|
protected |
ResultSet(Population population) |
|
ResultSet(Population population,
double[] results) |
Modifier and Type | Method and Description |
---|---|
static ResultSet |
forTravelTimes(Population population,
ShortestPathTree spt) |
void |
writeAppropriateFormat(String outFileName) |
public Population population
public double[] results
public ResultSet(Population population, double[] results)
protected ResultSet(Population population)
public static ResultSet forTravelTimes(Population population, ShortestPathTree spt)
public void writeAppropriateFormat(String outFileName)
Copyright © 2019. All rights reserved.