Serialized Form
- 
Package org.opentrafficsim.water
- 
Class org.opentrafficsim.water.AbstractLocated extends Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
location
DirectedPoint location
coordinate on the map. 
 - 
 
 - 
Class org.opentrafficsim.water.AbstractLocatedEventProducer extends EventProducer implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
coordinate
org.locationtech.jts.geom.Coordinate coordinate
coordinate on the map. 
 - 
 
 - 
Class org.opentrafficsim.water.AbstractNamed extends Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
name
String name
name. 
 - 
 
 - 
Class org.opentrafficsim.water.AbstractNamedEventProducer extends EventProducer implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
name
String name
the name. 
 - 
 
 - 
Class org.opentrafficsim.water.AbstractNamedLocated extends AbstractLocated implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
name
String name
name. 
 - 
 
 - 
Class org.opentrafficsim.water.AbstractNamedLocatedEventProducer extends AbstractLocatedEventProducer implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
name
String name
name. 
 - 
 
 - 
Class org.opentrafficsim.water.RepeatableRandomStream extends Java2Random implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.water.SchedulableMethod extends Object implements Serializable
- serialVersionUID:
 - 1L
 
 
 - 
 - 
Package org.opentrafficsim.water.demand
- 
Class org.opentrafficsim.water.demand.Container extends Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
creationTime
Time creationTime
creation time of container. - 
empty
boolean empty
empty? - 
onShipTime
Time onShipTime
time when container loaded on ship. - 
shippingLine
ShippingLine shippingLine
shipping line. - 
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
the simulator. - 
stackArrivalTime
Time stackArrivalTime
time of arrival at last terminal in the stack (for statistics about terminal staying time). - 
terminalFrom
Terminal terminalFrom
origin terminal. - 
terminalLastStacked
Terminal terminalLastStacked
terminal where the container was stacked last. - 
terminalTo
Terminal terminalTo
destination terminal. - 
transportCosts
float[] transportCosts
cost breakdown (based on actual costs) of ALL handling of the container (could be multiple services). - 
transportFee
float[] transportFee
fee breakdown (based on fixed costs for actions) of ALL handling of the container. - 
transportKgCO2
float[] transportKgCO2
co2 breakdown (in si unit) for ALL handling of the container (could be multiple services). - 
transportTime
float[] transportTime
time breakdown (in si unit) for ALL handling of the container (could be multiple services). 
 - 
 
 - 
Class org.opentrafficsim.water.demand.OtherDemand extends Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
otherDemandSet
Set<OtherDemand.OtherDemandCell> otherDemandSet
the demand from and to locations. - 
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
the simulator to schedule on. 
 - 
 
 - 
Class org.opentrafficsim.water.demand.PartialLoad extends Object implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.water.demand.Region extends AbstractNamed implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
area
org.locationtech.jts.geom.MultiPolygon area
the shape of this region. - 
center
org.locationtech.jts.geom.Coordinate center
the center of the region. - 
currentExportTEUperYear
double currentExportTEUperYear
current Export TEU per year. - 
currentImportTEUperYear
double currentImportTEUperYear
current Import TEU per year. - 
exportEmptyFactor
double exportEmptyFactor
export empty factor. - 
exportTonTEU
double exportTonTEU
export ton/teu factor. - 
importEmptyFactor
double importEmptyFactor
import empty factor. - 
importTonTEU
double importTonTEU
import ton/teu factor. - 
inhabitants
double inhabitants
the number of inhabitants in the region. - 
jobs
double jobs
the number of jobs in the region. - 
superRegion
Region superRegion
the region to whic this region belongs, e.g. Municipality - Province - Country. 
 - 
 
 - 
Class org.opentrafficsim.water.demand.TransportDemand extends Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
demandMap
Map<Terminal,Map<Terminal,TransportDemand.DemandCell>> demandMap
the demand from and to terminals. - 
operatingArea
Region operatingArea
the operating area for the demand. - 
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
the simulator to schedule on. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.water.network
- 
Class org.opentrafficsim.water.network.StudyArea extends Object implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.water.network.Waterway extends OTSLink implements Serializable
- serialVersionUID:
 - 20150927L
 
- 
Serialized Fields
- 
current
double current
current; positive direction is along the design line. - 
name
String name
name. - 
obstacles
SortedMap<Length,Obstacle> obstacles
list of obstacles, sorted on distance along the design line. - 
terminals
SortedMap<Length,Terminal> terminals
list of terminals, sorted on distance along the design line. 
 - 
 
 - 
Class org.opentrafficsim.water.network.WaterwayLocation extends Object implements Serializable
- serialVersionUID:
 - 20161106L
 
- 
Serialized Fields
- 
location
DirectedPoint location
cached location. - 
position
Length position
position along the waterway, in the direction of the design line. - 
waterway
Waterway waterway
the waterway. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.water.network.infra
- 
Class org.opentrafficsim.water.network.infra.FixedBridge extends Obstacle implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
maxHeight
Length maxHeight
max height in meters above surface. 
 - 
 
 - 
Class org.opentrafficsim.water.network.infra.Lock extends Obstacle implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
cargoPriority
boolean cargoPriority
priority for cargo? - 
estimatedAverageLockageTime
Duration estimatedAverageLockageTime
estimated average opening time. - 
length
Length length
length. - 
numberChambers
int numberChambers
number of lock chambers. - 
operationDaysPerWeek
int operationDaysPerWeek
days per week. - 
operationHoursPerDay
int operationHoursPerDay
hours per day. - 
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
the simulator to schedule on. - 
width
Length width
width. 
 - 
 
 - 
Class org.opentrafficsim.water.network.infra.MovableBridge extends FixedBridge implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
maxHeightClosed
Length maxHeightClosed
max height when bridge is closed. - 
maxHeightOpened
Length maxHeightOpened
max height when bridge is opened. - 
operationDaysPerWeek
int operationDaysPerWeek
days per week. - 
operationHoursPerDay
int operationHoursPerDay
hours per day. - 
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
the simulator to schedule on. - 
waitingTime
Duration waitingTime
average waiting time. 
 - 
 
 - 
Class org.opentrafficsim.water.network.infra.Obstacle extends AbstractNamedLocated implements Serializable
- serialVersionUID:
 - 20161105L
 
- 
Serialized Fields
- 
waterwayLocation
WaterwayLocation waterwayLocation
the waterway along which it is located, and the location on the waterway. 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.water.role
- 
Class org.opentrafficsim.water.role.Company extends AbstractNamedLocated implements Serializable
- 
Serialized Fields
- 
code
String code
code for the company. 
 - 
 
 - 
 - 
Class org.opentrafficsim.water.role.ShippingLine extends Company implements Serializable
 
 - 
 - 
Package org.opentrafficsim.water.statistics
- 
Class org.opentrafficsim.water.statistics.XCounter extends Object implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.water.statistics.XFrequency extends Object implements Serializable
- serialVersionUID:
 - 1L
 
 - 
Class org.opentrafficsim.water.statistics.XPersistent extends XTally implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
elapsedTime
double elapsedTime
elapsedTime tracks the elapsed time. - 
lastValue
double lastValue
lastvalue tracks the last value. - 
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
 - 
startTime
double startTime
startTime defines the time of the first event. 
 - 
 
 - 
Class org.opentrafficsim.water.statistics.XTally extends Object implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
confidenceDistribution
DistNormal confidenceDistribution
the confidenceDistribution. - 
description
String description
description refers to the description of this tally. - 
max
double max
maxrefers to the max of the tally. - 
min
double min
min refers to the min of the tally. - 
n
long n
n refers to the number of measurements. - 
semaphore
Object semaphore
the semaphore. - 
sum
double sum
sum refers to the sum of the tally. - 
varianceSum
double varianceSum
varianceSum refers to the varianceSum of the tally. 
 - 
 
 - 
Class org.opentrafficsim.water.statistics.XTimeTally extends XTally implements Serializable
- serialVersionUID:
 - 1L
 
- 
Serialized Fields
- 
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
 
 - 
 
 
 - 
 - 
Package org.opentrafficsim.water.transfer
- 
Class org.opentrafficsim.water.transfer.Terminal extends AbstractNamedLocated implements Serializable
 
 -