Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry Class Reference

Public Member Functions

 VehicleClassEntry (long cPtr, boolean cMemoryOwn)
 
synchronized void delete ()
 
void setVehicle_class (int value)
 
int getVehicle_class ()
 
void setFixed_cost (long value)
 
long getFixed_cost ()
 
 VehicleClassEntry ()
 

Static Public Member Functions

static long getCPtr (VehicleClassEntry obj)
 
static long swigRelease (VehicleClassEntry obj)
 

Protected Member Functions

void finalize ()
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Definition at line 105 of file RoutingModel.java.

Constructor & Destructor Documentation

◆ VehicleClassEntry() [1/2]

com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.VehicleClassEntry ( long cPtr,
boolean cMemoryOwn )

Definition at line 109 of file RoutingModel.java.

◆ VehicleClassEntry() [2/2]

com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.VehicleClassEntry ( )

Definition at line 161 of file RoutingModel.java.

Member Function Documentation

◆ delete()

synchronized void com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.delete ( )

Definition at line 135 of file RoutingModel.java.

◆ finalize()

void com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.finalize ( )
protected

Definition at line 131 of file RoutingModel.java.

◆ getCPtr()

static long com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.getCPtr ( VehicleClassEntry obj)
static

Definition at line 114 of file RoutingModel.java.

◆ getFixed_cost()

long com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.getFixed_cost ( )

Definition at line 157 of file RoutingModel.java.

◆ getVehicle_class()

int com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.getVehicle_class ( )

Definition at line 149 of file RoutingModel.java.

◆ setFixed_cost()

void com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.setFixed_cost ( long value)

Definition at line 153 of file RoutingModel.java.

◆ setVehicle_class()

void com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.setVehicle_class ( int value)

Definition at line 145 of file RoutingModel.java.

◆ swigRelease()

static long com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.swigRelease ( VehicleClassEntry obj)
static

Definition at line 118 of file RoutingModel.java.

Member Data Documentation

◆ swigCMemOwn

transient boolean com.google.ortools.constraintsolver.RoutingModel.VehicleTypeContainer.VehicleClassEntry.swigCMemOwn
protected

Definition at line 107 of file RoutingModel.java.


The documentation for this class was generated from the following file: