Class RoutingModel.VehicleTypeContainer.VehicleClassEntry
- java.lang.Object
-
- com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry
-
- Enclosing class:
- RoutingModel.VehicleTypeContainer
public static class RoutingModel.VehicleTypeContainer.VehicleClassEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Constructor Description VehicleClassEntry()VehicleClassEntry(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()static longgetCPtr(RoutingModel.VehicleTypeContainer.VehicleClassEntry obj)longgetFixed_cost()intgetVehicle_class()voidsetFixed_cost(long value)voidsetVehicle_class(int value)static longswigRelease(RoutingModel.VehicleTypeContainer.VehicleClassEntry obj)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(RoutingModel.VehicleTypeContainer.VehicleClassEntry obj)
-
swigRelease
public static long swigRelease(RoutingModel.VehicleTypeContainer.VehicleClassEntry obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
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()
-
-