public static class RoutingModel.VehicleTypeContainer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RoutingModel.VehicleTypeContainer.VehicleClassEntry |
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Constructor and Description |
---|
VehicleTypeContainer() |
VehicleTypeContainer(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(RoutingModel.VehicleTypeContainer obj) |
SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t |
getSorted_vehicle_classes_per_type() |
int[] |
getType_index_of_vehicle() |
SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t |
getVehicles_per_vehicle_class() |
int |
NumTypes() |
void |
setSorted_vehicle_classes_per_type(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t value) |
void |
setType_index_of_vehicle(int[] value) |
void |
setVehicles_per_vehicle_class(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t value) |
static long |
swigRelease(RoutingModel.VehicleTypeContainer obj) |
int |
Type(int vehicle) |
public VehicleTypeContainer(long cPtr, boolean cMemoryOwn)
public VehicleTypeContainer()
public static long getCPtr(RoutingModel.VehicleTypeContainer obj)
public static long swigRelease(RoutingModel.VehicleTypeContainer obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public int NumTypes()
public int Type(int vehicle)
public void setType_index_of_vehicle(int[] value)
public int[] getType_index_of_vehicle()
public void setSorted_vehicle_classes_per_type(SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t value)
public SWIGTYPE_p_std__vectorT_std__setT_operations_research__RoutingModel__VehicleTypeContainer__VehicleClassEntry_t_t getSorted_vehicle_classes_per_type()
public void setVehicles_per_vehicle_class(SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t value)
public SWIGTYPE_p_std__vectorT_std__dequeT_int_t_t getVehicles_per_vehicle_class()
Copyright © 2025. All rights reserved.