MATSIM
Public Member Functions | Private Attributes | List of all members
org.matsim.vehicles.VehicleCapacity Class Reference
Inheritance diagram for org.matsim.vehicles.VehicleCapacity:
Inheritance graph
[legend]

Public Member Functions

Integer getSeats ()
 
Integer getStandingRoom ()
 
VehicleCapacity setSeats (Integer seats)
 
VehicleCapacity setStandingRoom (Integer standingRoom)
 
Double getVolumeInCubicMeters ()
 
VehicleCapacity setVolumeInCubicMeters (double volumeInCubicMeters)
 
Double getWeightInTons ()
 
VehicleCapacity setWeightInTons (double weightInTons)
 
Attributes getAttributes ()
 
VehicleCapacity setOther (double other)
 
Double getOther ()
 

Private Attributes

Integer seats = 0
 
Integer standingRoom = 0
 
Double volumeInCubicMeters = Double.POSITIVE_INFINITY
 
Double weightInTons = Double.POSITIVE_INFINITY
 
Attributes attributes = new AttributesImpl()
 
Double other = Double.POSITIVE_INFINITY
 

Detailed Description

Author
dgrether

Definition at line 30 of file VehicleCapacity.java.

Member Function Documentation

◆ getSeats()

Integer org.matsim.vehicles.VehicleCapacity.getSeats ( )

◆ getStandingRoom()

Integer org.matsim.vehicles.VehicleCapacity.getStandingRoom ( )

◆ setSeats()

VehicleCapacity org.matsim.vehicles.VehicleCapacity.setSeats ( Integer  seats)

◆ setStandingRoom()

VehicleCapacity org.matsim.vehicles.VehicleCapacity.setStandingRoom ( Integer  standingRoom)

◆ getVolumeInCubicMeters()

Double org.matsim.vehicles.VehicleCapacity.getVolumeInCubicMeters ( )

◆ setVolumeInCubicMeters()

VehicleCapacity org.matsim.vehicles.VehicleCapacity.setVolumeInCubicMeters ( double  volumeInCubicMeters)

Definition at line 61 of file VehicleCapacity.java.

References org.matsim.vehicles.VehicleCapacity.volumeInCubicMeters.

61  {
63  return this ;
64  }

◆ getWeightInTons()

Double org.matsim.vehicles.VehicleCapacity.getWeightInTons ( )

◆ setWeightInTons()

VehicleCapacity org.matsim.vehicles.VehicleCapacity.setWeightInTons ( double  weightInTons)

◆ getAttributes()

Attributes org.matsim.vehicles.VehicleCapacity.getAttributes ( )

◆ setOther()

VehicleCapacity org.matsim.vehicles.VehicleCapacity.setOther ( double  other)

Definition at line 75 of file VehicleCapacity.java.

References org.matsim.vehicles.VehicleCapacity.other.

75  {
76  this.other = other ;
77  return this ;
78  }

◆ getOther()

Double org.matsim.vehicles.VehicleCapacity.getOther ( )

Definition at line 79 of file VehicleCapacity.java.

References org.matsim.vehicles.VehicleCapacity.other.

79  {
80  return this.other;
81  }

Member Data Documentation

◆ seats

Integer org.matsim.vehicles.VehicleCapacity.seats = 0
private

◆ standingRoom

Integer org.matsim.vehicles.VehicleCapacity.standingRoom = 0
private

◆ volumeInCubicMeters

Double org.matsim.vehicles.VehicleCapacity.volumeInCubicMeters = Double.POSITIVE_INFINITY
private

◆ weightInTons

Double org.matsim.vehicles.VehicleCapacity.weightInTons = Double.POSITIVE_INFINITY
private

◆ attributes

Attributes org.matsim.vehicles.VehicleCapacity.attributes = new AttributesImpl()
private

◆ other

Double org.matsim.vehicles.VehicleCapacity.other = Double.POSITIVE_INFINITY
private

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