public static class RoutingModel.PickupDeliveryPosition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Constructor and Description |
---|
PickupDeliveryPosition() |
PickupDeliveryPosition(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
int |
getAlternative_index()
The index of the node in the vector of pickup (resp. delivery)
alternatives of the pair. |
static long |
getCPtr(RoutingModel.PickupDeliveryPosition obj) |
int |
getPd_pair_index()
The index of the pickup and delivery pair within which the node appears.
|
void |
setAlternative_index(int value)
The index of the node in the vector of pickup (resp. delivery)
alternatives of the pair. |
void |
setPd_pair_index(int value)
The index of the pickup and delivery pair within which the node appears.
|
static long |
swigRelease(RoutingModel.PickupDeliveryPosition obj) |
public PickupDeliveryPosition(long cPtr, boolean cMemoryOwn)
public PickupDeliveryPosition()
public static long getCPtr(RoutingModel.PickupDeliveryPosition obj)
public static long swigRelease(RoutingModel.PickupDeliveryPosition obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setPd_pair_index(int value)
public int getPd_pair_index()
public void setAlternative_index(int value)
public int getAlternative_index()
Copyright © 2025. All rights reserved.