| Package | Description |
|---|---|
| org.opentrafficsim.water.demand |
Demand generation.
|
| org.opentrafficsim.water.network |
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| org.opentrafficsim.water.network.infra |
Infrastructure elements such as bridges and locks.
|
| Modifier and Type | Method and Description |
|---|---|
WaterwayLocation |
OtherDemand.OtherDemandCell.getDestination() |
WaterwayLocation |
OtherDemand.OtherDemandCell.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
void |
OtherDemand.addDemand(WaterwayLocation origin,
WaterwayLocation destination,
int annualMoves,
ShipType shipType)
add a cell to the demand map.
|
| Constructor and Description |
|---|
OtherDemandCell(WaterwayLocation origin,
WaterwayLocation destination,
int annualMoves,
ShipType shipType) |
| Modifier and Type | Method and Description |
|---|---|
WaterwayLocation |
WaterwayLink.getWaterwayLocation1() |
WaterwayLocation |
WaterwayLink.getWaterwayLocation2() |
| Constructor and Description |
|---|
WaterwayLink(WaterwayLocation waterwayLocation1,
WaterwayLocation waterwayLocation2) |
| Modifier and Type | Method and Description |
|---|---|
protected WaterwayLocation |
Obstacle.getWaterwayLocation() |
| Constructor and Description |
|---|
FixedBridge(String name,
WaterwayLocation waterwayLocation,
Length maxHeight) |
Lock(DEVSSimulatorInterface.TimeDoubleUnit simulator,
String name,
WaterwayLocation waterwayLocation,
int numberChambers,
int operationHoursPerDay,
int operationDaysPerWeek,
Length length,
Length width,
boolean cargoPriority) |
MovableBridge(DEVSSimulatorInterface.TimeDoubleUnit simulator,
String name,
WaterwayLocation waterwayLocation,
int operationHoursPerDay,
int operationDaysPerWeek,
Length maxHeightClosed,
Length maxHeightOpened) |
Obstacle(String name,
WaterwayLocation waterwayLocation) |
Copyright © 2014–2019 Delft University of Technology. All rights reserved.