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.
|
Modifier and Type | Method and Description |
---|---|
Terminal |
TransportDemand.DemandCell.getTerminalFrom() |
Terminal |
PartialLoad.getTerminalFrom() |
Terminal |
Container.getTerminalFrom() |
Terminal |
Container.getTerminalLastStacked() |
Terminal |
TransportDemand.DemandCell.getTerminalTo() |
Terminal |
PartialLoad.getTerminalTo() |
Terminal |
Container.getTerminalTo() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Container(org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface 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) |
Modifier and Type | Method and Description |
---|---|
List<Terminal> |
StudyArea.getTerminals() |
Modifier and Type | Method and Description |
---|---|
void |
StudyArea.addTerminal(Terminal terminal) |
Copyright © 2014–2017 Delft University of Technology. All rights reserved.