Class DistanceKey
- java.lang.Object
-
- org.optaweb.vehiclerouting.plugin.persistence.DistanceKey
-
- All Implemented Interfaces:
Serializable
@Embeddable class DistanceKey extends Object implements Serializable
Composite key forDistanceEntity.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDistanceKey()(package private)DistanceKey(long fromId, long toId)
-