Uses of Class
org.opentrafficsim.water.network.WaterwayLocation
| Package | Description |
|---|---|
| org.opentrafficsim.water.demand |
Demand generation.
|
| org.opentrafficsim.water.network |
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| org.opentrafficsim.water.network.infra |
Infrastructure elements such as bridges and locks.
|
-
Uses of WaterwayLocation in org.opentrafficsim.water.demand
Methods in org.opentrafficsim.water.demand that return WaterwayLocation Modifier and Type Method Description WaterwayLocationOtherDemand.OtherDemandCell. getDestination()WaterwayLocationOtherDemand.OtherDemandCell. getOrigin()Methods in org.opentrafficsim.water.demand with parameters of type WaterwayLocation Modifier and Type Method Description voidOtherDemand. addDemand(WaterwayLocation origin, WaterwayLocation destination, int annualMoves, ShipType shipType)add a cell to the demand map.Constructors in org.opentrafficsim.water.demand with parameters of type WaterwayLocation Constructor Description OtherDemandCell(WaterwayLocation origin, WaterwayLocation destination, int annualMoves, ShipType shipType) -
Uses of WaterwayLocation in org.opentrafficsim.water.network
Methods in org.opentrafficsim.water.network that return WaterwayLocation Modifier and Type Method Description WaterwayLocationWaterwayLink. getWaterwayLocation1()WaterwayLocationWaterwayLink. getWaterwayLocation2()Constructors in org.opentrafficsim.water.network with parameters of type WaterwayLocation Constructor Description WaterwayLink(WaterwayLocation waterwayLocation1, WaterwayLocation waterwayLocation2) -
Uses of WaterwayLocation in org.opentrafficsim.water.network.infra
Methods in org.opentrafficsim.water.network.infra that return WaterwayLocation Modifier and Type Method Description protected WaterwayLocationObstacle. getWaterwayLocation()Constructors in org.opentrafficsim.water.network.infra with parameters of type WaterwayLocation Constructor Description FixedBridge(java.lang.String name, WaterwayLocation waterwayLocation, Length maxHeight)Lock(DEVSSimulatorInterface.TimeDoubleUnit simulator, java.lang.String name, WaterwayLocation waterwayLocation, int numberChambers, int operationHoursPerDay, int operationDaysPerWeek, Length length, Length width, boolean cargoPriority)MovableBridge(DEVSSimulatorInterface.TimeDoubleUnit simulator, java.lang.String name, WaterwayLocation waterwayLocation, int operationHoursPerDay, int operationDaysPerWeek, Length maxHeightClosed, Length maxHeightOpened)Obstacle(java.lang.String name, WaterwayLocation waterwayLocation)