Package org.opentrafficsim.water.role
Class ShippingLine
java.lang.Object
org.opentrafficsim.water.AbstractLocated
org.opentrafficsim.water.AbstractNamedLocated
org.opentrafficsim.water.role.Company
org.opentrafficsim.water.role.ShippingLine
public class ShippingLine extends Company
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ShippingLine(java.lang.String code, java.lang.String name, DirectedPoint location)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opentrafficsim.water.Located
getCoordinate, getOTSPoint3D, getPoint3d
-
Constructor Details
-
ShippingLine
- Parameters:
code
- String; codename
- String; namelocation
- DirectedPoint; location
-