public interface PairwisePathResultIO
| Modifier and Type | Method and Description |
|---|---|
double |
readSubPathCost(int startPointIndex, int endPointIndex) |
void |
resetPairwisePathResultIO() |
void |
writeSubPathCosts(int[] startPointIndexes, int[] endPointIndexes, double[] costs) |
void resetPairwisePathResultIO()
throws LODNetworkException
LODNetworkException
void writeSubPathCosts(int[] startPointIndexes,
int[] endPointIndexes,
double[] costs)
throws LODNetworkException
LODNetworkException
double readSubPathCost(int startPointIndex,
int endPointIndex)
throws LODNetworkException
LODNetworkException