public class SKDOriginDestMatrixODPair
extends java.lang.Object
Constructor and Description |
---|
SKDOriginDestMatrixODPair(SKDOriginDestMatrixPointParams orig,
SKDOriginDestMatrixPointParams dest) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Two instances of this class are considered to be equal if both origin and destination are the same
|
SKDOriginDestMatrixPointParams |
getDestination() |
SKDOriginDestMatrixPointParams |
getOrigin() |
int |
hashCode()
Two instances of this class are considered to be equal if both origin and destination are the same
|
boolean |
isOriginEqualToDestination() |
public SKDOriginDestMatrixODPair(SKDOriginDestMatrixPointParams orig, SKDOriginDestMatrixPointParams dest)
public SKDOriginDestMatrixPointParams getOrigin()
public SKDOriginDestMatrixPointParams getDestination()
public boolean isOriginEqualToDestination()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object