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
-
- All Implemented Interfaces:
Serializable
,Locatable
,Located
,Named
public class ShippingLine extends Company
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
$LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, initial version Dec 22, 2016
BSD-style license. See OpenTrafficSim License.- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShippingLine(String code, String name, DirectedPoint location)
-
Method Summary
-
Methods inherited from class org.opentrafficsim.water.AbstractNamedLocated
getName
-
Methods inherited from class org.opentrafficsim.water.AbstractLocated
getBounds, getLocation
-
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 Detail
-
ShippingLine
public ShippingLine(String code, String name, DirectedPoint location)
- Parameters:
code
- String; codename
- String; namelocation
- DirectedPoint; location
-
-