Package | Description |
---|---|
org.opentrafficsim.water.demand |
Demand generation.
|
org.opentrafficsim.water.network |
Copyright (c) 2013-2017 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,
org.djunits.value.vdouble.scalar.Length maxHeight) |
Lock(org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface simulator,
String name,
WaterwayLocation waterwayLocation,
int numberChambers,
int operationHoursPerDay,
int operationDaysPerWeek,
org.djunits.value.vdouble.scalar.Length length,
org.djunits.value.vdouble.scalar.Length width,
boolean cargoPriority) |
MovableBridge(org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface simulator,
String name,
WaterwayLocation waterwayLocation,
int operationHoursPerDay,
int operationDaysPerWeek,
org.djunits.value.vdouble.scalar.Length maxHeightClosed,
org.djunits.value.vdouble.scalar.Length maxHeightOpened) |
Obstacle(String name,
WaterwayLocation waterwayLocation) |
Copyright © 2014–2017 Delft University of Technology. All rights reserved.