TimeWindow.Builder |
Vehicle.Builder.addEndTimeWindowsBuilder() |
Time windows during which the vehicle may arrive at its end location.
|
TimeWindow.Builder |
Vehicle.Builder.addEndTimeWindowsBuilder(int index) |
Time windows during which the vehicle may arrive at its end location.
|
TimeWindow.Builder |
TimeWindow.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TimeWindow.Builder |
Vehicle.Builder.addStartTimeWindowsBuilder() |
Time windows during which the vehicle may depart its start location.
|
TimeWindow.Builder |
Vehicle.Builder.addStartTimeWindowsBuilder(int index) |
Time windows during which the vehicle may depart its start location.
|
TimeWindow.Builder |
Shipment.VisitRequest.Builder.addTimeWindowsBuilder() |
Time windows which constrain the arrival time at a visit.
|
TimeWindow.Builder |
Shipment.VisitRequest.Builder.addTimeWindowsBuilder(int index) |
Time windows which constrain the arrival time at a visit.
|
TimeWindow.Builder |
TimeWindow.Builder.clear() |
|
TimeWindow.Builder |
TimeWindow.Builder.clearCostPerHourAfterSoftEndTime() |
A cost per hour added to other costs in the model if the event occurs after
`soft_end_time`, computed as:
```
max(0, t.seconds - soft_end_time.seconds)
* cost_per_hour_after_soft_end_time / 3600,
t being the time of the event.
|
TimeWindow.Builder |
TimeWindow.Builder.clearCostPerHourBeforeSoftStartTime() |
A cost per hour added to other costs in the model if the event occurs
before soft_start_time, computed as:
```
max(0, soft_start_time - t.seconds)
* cost_per_hour_before_soft_start_time / 3600,
t being the time of the event.
|
TimeWindow.Builder |
TimeWindow.Builder.clearEndTime() |
The hard time window end time.
|
TimeWindow.Builder |
TimeWindow.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TimeWindow.Builder |
TimeWindow.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TimeWindow.Builder |
TimeWindow.Builder.clearSoftEndTime() |
The soft end time of the time window.
|
TimeWindow.Builder |
TimeWindow.Builder.clearSoftStartTime() |
The soft start time of the time window.
|
TimeWindow.Builder |
TimeWindow.Builder.clearStartTime() |
The hard time window start time.
|
TimeWindow.Builder |
TimeWindow.Builder.clone() |
|
TimeWindow.Builder |
Vehicle.Builder.getEndTimeWindowsBuilder(int index) |
Time windows during which the vehicle may arrive at its end location.
|
TimeWindow.Builder |
Vehicle.Builder.getStartTimeWindowsBuilder(int index) |
Time windows during which the vehicle may depart its start location.
|
TimeWindow.Builder |
Shipment.VisitRequest.Builder.getTimeWindowsBuilder(int index) |
Time windows which constrain the arrival time at a visit.
|
TimeWindow.Builder |
TimeWindow.Builder.mergeEndTime(com.google.protobuf.Timestamp value) |
The hard time window end time.
|
TimeWindow.Builder |
TimeWindow.Builder.mergeFrom(TimeWindow other) |
|
TimeWindow.Builder |
TimeWindow.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TimeWindow.Builder |
TimeWindow.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TimeWindow.Builder |
TimeWindow.Builder.mergeSoftEndTime(com.google.protobuf.Timestamp value) |
The soft end time of the time window.
|
TimeWindow.Builder |
TimeWindow.Builder.mergeSoftStartTime(com.google.protobuf.Timestamp value) |
The soft start time of the time window.
|
TimeWindow.Builder |
TimeWindow.Builder.mergeStartTime(com.google.protobuf.Timestamp value) |
The hard time window start time.
|
TimeWindow.Builder |
TimeWindow.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TimeWindow.Builder |
TimeWindow.newBuilder() |
|
static TimeWindow.Builder |
TimeWindow.newBuilder(TimeWindow prototype) |
|
TimeWindow.Builder |
TimeWindow.newBuilderForType() |
|
protected TimeWindow.Builder |
TimeWindow.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TimeWindow.Builder |
TimeWindow.Builder.setCostPerHourAfterSoftEndTime(double value) |
A cost per hour added to other costs in the model if the event occurs after
`soft_end_time`, computed as:
```
max(0, t.seconds - soft_end_time.seconds)
* cost_per_hour_after_soft_end_time / 3600,
t being the time of the event.
|
TimeWindow.Builder |
TimeWindow.Builder.setCostPerHourBeforeSoftStartTime(double value) |
A cost per hour added to other costs in the model if the event occurs
before soft_start_time, computed as:
```
max(0, soft_start_time - t.seconds)
* cost_per_hour_before_soft_start_time / 3600,
t being the time of the event.
|
TimeWindow.Builder |
TimeWindow.Builder.setEndTime(com.google.protobuf.Timestamp value) |
The hard time window end time.
|
TimeWindow.Builder |
TimeWindow.Builder.setEndTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The hard time window end time.
|
TimeWindow.Builder |
TimeWindow.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TimeWindow.Builder |
TimeWindow.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TimeWindow.Builder |
TimeWindow.Builder.setSoftEndTime(com.google.protobuf.Timestamp value) |
The soft end time of the time window.
|
TimeWindow.Builder |
TimeWindow.Builder.setSoftEndTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The soft end time of the time window.
|
TimeWindow.Builder |
TimeWindow.Builder.setSoftStartTime(com.google.protobuf.Timestamp value) |
The soft start time of the time window.
|
TimeWindow.Builder |
TimeWindow.Builder.setSoftStartTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The soft start time of the time window.
|
TimeWindow.Builder |
TimeWindow.Builder.setStartTime(com.google.protobuf.Timestamp value) |
The hard time window start time.
|
TimeWindow.Builder |
TimeWindow.Builder.setStartTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The hard time window start time.
|
TimeWindow.Builder |
TimeWindow.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TimeWindow.Builder |
TimeWindow.toBuilder() |
|