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 Modifier Constructor Description VehicleClassEntry()protectedVehicleClassEntry(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(RoutingModel.VehicleTypeContainer.VehicleClassEntry obj)longgetFixed_cost()intgetVehicle_class()voidsetFixed_cost(long value)voidsetVehicle_class(int value)Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
VehicleClassEntry
protected VehicleClassEntry(long cPtr, boolean cMemoryOwn) -
VehicleClassEntry
public VehicleClassEntry()
-
-
Method Details
-
getCPtr
-
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()
-