Uses of Class
org.opentrafficsim.water.role.Company
Package | Description |
---|---|
org.opentrafficsim.water.demand |
Demand generation.
|
org.opentrafficsim.water.role |
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
-
Uses of Company in org.opentrafficsim.water.demand
Methods in org.opentrafficsim.water.demand that return Company Modifier and Type Method Description Company
Container. getOwner()
Company
PartialLoad. getOwner()
Methods in org.opentrafficsim.water.demand that return types with arguments of type Company Modifier and Type Method Description java.util.Map<Company,java.lang.Double>
TransportDemand.DemandCell. getFractionOwners()
Method parameters in org.opentrafficsim.water.demand with type arguments of type Company Modifier and Type Method Description void
TransportDemand. addDemand(Terminal terminalFrom, Terminal terminalTo, int numberAnnual, double fraction20ft, double fractionEmpty, java.util.Map<Company,java.lang.Double> fractionOwners)
add a cell to the demandmap.Constructors in org.opentrafficsim.water.demand with parameters of type Company Constructor Description PartialLoad(Terminal terminalFrom, Terminal terminalTo, int number, boolean twentyFt, boolean empty, Company owner)
Constructor parameters in org.opentrafficsim.water.demand with type arguments of type Company Constructor Description DemandCell(Terminal terminalFrom, Terminal terminalTo, int numberAnnual, double fraction20ft, double fractionEmpty, java.util.Map<Company,java.lang.Double> fractionOwners)
-
Uses of Company in org.opentrafficsim.water.role
Subclasses of Company in org.opentrafficsim.water.role Modifier and Type Class Description class
ShippingLine
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.