|
MATSIM
|

Public Member Functions | |
| Double | getFixedCosts () |
| Double | getCostsPerMeter () |
| Double | getCostsPerSecond () |
| Attributes | getAttributes () |
| CostInformation | setFixedCost (Double fixed) |
| CostInformation | setCostsPerMeter (Double perMeter) |
| CostInformation | setCostsPerSecond (Double perSecond) |
| double | getFix () |
| double | getPerDistanceUnit () |
| double | getPerTimeUnit () |
Private Attributes | |
| Double | fixed |
| Double | perMeter |
| Double | perSecond |
| Attributes | attributes = new AttributesImpl() |
Definition at line 25 of file CostInformation.java.
| Double org.matsim.vehicles.CostInformation.getFixedCosts | ( | ) |
Definition at line 37 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.fixed.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo(), and org.matsim.vehicles.CostInformation.getFix().
| Double org.matsim.vehicles.CostInformation.getCostsPerMeter | ( | ) |
Definition at line 40 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.perMeter.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo(), and org.matsim.vehicles.CostInformation.getPerDistanceUnit().
| Double org.matsim.vehicles.CostInformation.getCostsPerSecond | ( | ) |
Definition at line 43 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.perSecond.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo(), and org.matsim.vehicles.CostInformation.getPerTimeUnit().
| Attributes org.matsim.vehicles.CostInformation.getAttributes | ( | ) |
Implements org.matsim.utils.objectattributes.attributable.Attributable.
Definition at line 46 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.attributes.
Referenced by org.matsim.vehicles.VehicleUtils.getCostsPerSecondInService(), org.matsim.vehicles.VehicleUtils.getCostsPerSecondWaiting(), org.matsim.vehicles.VehicleUtils.setCostsPerSecondInService(), and org.matsim.vehicles.VehicleUtils.setCostsPerSecondWaiting().
| CostInformation org.matsim.vehicles.CostInformation.setFixedCost | ( | Double | fixed | ) |
Definition at line 49 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.fixed.
| CostInformation org.matsim.vehicles.CostInformation.setCostsPerMeter | ( | Double | perMeter | ) |
Definition at line 53 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.perMeter.
| CostInformation org.matsim.vehicles.CostInformation.setCostsPerSecond | ( | Double | perSecond | ) |
Definition at line 57 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.perSecond.
Referenced by org.matsim.vehicles.VehicleUtils.copyFromTo().
| double org.matsim.vehicles.CostInformation.getFix | ( | ) |
Definition at line 62 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.getFixedCosts().

| double org.matsim.vehicles.CostInformation.getPerDistanceUnit | ( | ) |
Definition at line 66 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.getCostsPerMeter().

| double org.matsim.vehicles.CostInformation.getPerTimeUnit | ( | ) |
Definition at line 70 of file CostInformation.java.
References org.matsim.vehicles.CostInformation.getCostsPerSecond().

|
private |
Definition at line 31 of file CostInformation.java.
Referenced by org.matsim.vehicles.CostInformation.getFixedCosts(), and org.matsim.vehicles.CostInformation.setFixedCost().
|
private |
Definition at line 32 of file CostInformation.java.
Referenced by org.matsim.vehicles.CostInformation.getCostsPerMeter(), and org.matsim.vehicles.CostInformation.setCostsPerMeter().
|
private |
Definition at line 33 of file CostInformation.java.
Referenced by org.matsim.vehicles.CostInformation.getCostsPerSecond(), and org.matsim.vehicles.CostInformation.setCostsPerSecond().
|
private |
Definition at line 34 of file CostInformation.java.
Referenced by org.matsim.vehicles.CostInformation.getAttributes().
1.8.13