Class RoutingModel.VehicleTypeContainer.VehicleClassEntry
java.lang.Object
com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
- Enclosing class:
RoutingModel.VehicleTypeContainer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
protected void
finalize()
static long
long
int
void
setFixed_cost
(long value) void
setVehicle_class
(int value) static long
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
VehicleClassEntry
public VehicleClassEntry(long cPtr, boolean cMemoryOwn) -
VehicleClassEntry
public VehicleClassEntry()
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
-
delete
public void delete() -
setVehicle_class
public void setVehicle_class(int value) -
getVehicle_class
public int getVehicle_class() -
setFixed_cost
public void setFixed_cost(long value) -
getFixed_cost
public long getFixed_cost()
-