Uses of Class
org.opentrafficsim.water.network.WaterwayLocation
-
Packages that use 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 WaterwayLocation
OtherDemand.OtherDemandCell. getDestination()
WaterwayLocation
OtherDemand.OtherDemandCell. getOrigin()
Methods in org.opentrafficsim.water.demand with parameters of type WaterwayLocation Modifier and Type Method Description void
OtherDemand. 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 WaterwayLocation
WaterwayLink. getWaterwayLocation1()
WaterwayLocation
WaterwayLink. 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 WaterwayLocation
Obstacle. getWaterwayLocation()
Constructors in org.opentrafficsim.water.network.infra with parameters of type WaterwayLocation Constructor 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)
-