Uses of Class
org.opentrafficsim.water.transfer.Terminal
-
Packages that use Terminal 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. -
-
Uses of Terminal in org.opentrafficsim.water.demand
Methods in org.opentrafficsim.water.demand that return Terminal Modifier and Type Method Description Terminal
Container. getTerminalFrom()
Terminal
PartialLoad. getTerminalFrom()
Terminal
TransportDemand.DemandCell. getTerminalFrom()
Terminal
Container. getTerminalLastStacked()
Terminal
Container. getTerminalTo()
Terminal
PartialLoad. getTerminalTo()
Terminal
TransportDemand.DemandCell. getTerminalTo()
Methods in org.opentrafficsim.water.demand that return types with arguments of type Terminal Modifier and Type Method Description Map<Terminal,Map<Terminal,TransportDemand.DemandCell>>
TransportDemand. getDemandMap()
Map<Terminal,Map<Terminal,TransportDemand.DemandCell>>
TransportDemand. getDemandMap()
Map<Terminal,TransportDemand.DemandCell>
TransportDemand. getDemandMapFrom(Terminal terminalFrom)
Map<Terminal,TransportDemand.DemandCell>
TransportDemand. getDemandMapTo(Terminal terminalTo)
Methods in org.opentrafficsim.water.demand with parameters of type Terminal Modifier and Type Method Description void
TransportDemand. addDemand(Terminal terminalFrom, Terminal terminalTo, int numberAnnual, double fraction20ft, double fractionEmpty, Map<Company,Double> fractionOwners)
add a cell to the demandmap.TransportDemand.DemandCell
TransportDemand. getDemand(Terminal terminalFrom, Terminal terminalTo)
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)
void
Container. setTerminalFrom(Terminal terminalFrom)
void
Container. setTerminalLastStacked(Terminal terminalLastStacked)
void
Container. setTerminalTo(Terminal terminalTo)
Constructors in org.opentrafficsim.water.demand with parameters of type Terminal Constructor Description Container(DEVSSimulatorInterface.TimeDoubleUnit simulator, Terminal terminalFrom, Terminal terminalTo, boolean empty, ShippingLine shippingLine)
DemandCell(Terminal terminalFrom, Terminal terminalTo, int numberAnnual, double fraction20ft, double fractionEmpty, Map<Company,Double> fractionOwners)
PartialLoad(Terminal terminalFrom, Terminal terminalTo, int number, boolean twentyFt, boolean empty, Company owner)
-
Uses of Terminal in org.opentrafficsim.water.network
Methods in org.opentrafficsim.water.network that return types with arguments of type Terminal Modifier and Type Method Description List<Terminal>
StudyArea. getTerminals()
Methods in org.opentrafficsim.water.network with parameters of type Terminal Modifier and Type Method Description void
StudyArea. addTerminal(Terminal terminal)
-