| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.skd.service |
| Modifier and Type | Method and Description |
|---|---|
SKDOriginDestMatrixPointParams |
SKDOriginDestMatrixODPair.getDestination() |
SKDOriginDestMatrixPointParams |
SKDOriginDestMatrixODPair.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
void |
SKDOriginDestMatrixODPairList.addAllPossibleOriginDestinationPairs(java.util.List<SKDOriginDestMatrixPointParams> originsList,
java.util.List<SKDOriginDestMatrixPointParams> destinationsList)
Populates the list with all possible combinations of origins in originsList and destinations in destinationsList
excluding the pairs where the origin is equal to the destination
|
void |
SKDOriginDestMatrixODPairList.addAllPossibleOriginDestinationPairs(java.util.List<SKDOriginDestMatrixPointParams> originsList,
java.util.List<SKDOriginDestMatrixPointParams> destinationsList)
Populates the list with all possible combinations of origins in originsList and destinations in destinationsList
excluding the pairs where the origin is equal to the destination
|
| Constructor and Description |
|---|
SKDOriginDestMatrixODPair(SKDOriginDestMatrixPointParams orig,
SKDOriginDestMatrixPointParams dest) |