Class Terminal
- java.lang.Object
-
- org.opentrafficsim.water.AbstractLocated
-
- org.opentrafficsim.water.AbstractNamedLocated
-
- org.opentrafficsim.water.transfer.Terminal
-
- All Implemented Interfaces:
Serializable
,Locatable
,Located
,Named
public class Terminal extends AbstractNamedLocated
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 Terminal(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
-
Terminal
public Terminal(String name, DirectedPoint location)
- Parameters:
name
- String; the terminal namelocation
- DirectedPoint; the terminal location
-
-