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
LODNetworkExceptionvoid writeSubPathCosts(int[] startPointIndexes,
int[] endPointIndexes,
double[] costs)
throws LODNetworkException
LODNetworkExceptiondouble readSubPathCost(int startPointIndex,
int endPointIndex)
throws LODNetworkException
LODNetworkException