Uses of Class
org.opentrafficsim.water.demand.TransportDemand.DemandCell
-
Packages that use TransportDemand.DemandCell Package Description org.opentrafficsim.water.demand Demand generation. -
-
Uses of TransportDemand.DemandCell in org.opentrafficsim.water.demand
Methods in org.opentrafficsim.water.demand that return TransportDemand.DemandCell Modifier and Type Method Description TransportDemand.DemandCell
TransportDemand. getDemand(Terminal terminalFrom, Terminal terminalTo)
Methods in org.opentrafficsim.water.demand that return types with arguments of type TransportDemand.DemandCell Modifier and Type Method Description Map<Terminal,Map<Terminal,TransportDemand.DemandCell>>
TransportDemand. getDemandMap()
Map<Terminal,TransportDemand.DemandCell>
TransportDemand. getDemandMapFrom(Terminal terminalFrom)
Map<Terminal,TransportDemand.DemandCell>
TransportDemand. getDemandMapTo(Terminal terminalTo)
Set<TransportDemand.DemandCell>
TransportDemand. getDemandSetFrom(Terminal terminalFrom)
Set<TransportDemand.DemandCell>
TransportDemand. getDemandSetTo(Terminal terminalTo)
Methods in org.opentrafficsim.water.demand with parameters of type TransportDemand.DemandCell Modifier and Type Method Description void
TransportDemand. addDemand(TransportDemand.DemandCell demandCell)
add a cell to the demandmap.
-