Class Terminal
java.lang.Object
org.opentrafficsim.water.AbstractLocated
org.opentrafficsim.water.AbstractNamedLocated
org.opentrafficsim.water.transfer.Terminal
public class Terminal extends AbstractNamedLocated
 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 Terminal(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, waitMethods inherited from interface org.opentrafficsim.water.Located
getCoordinate, getOTSPoint3D, getPoint3d 
- 
Constructor Details
- 
Terminal
- Parameters:
 name- String; the terminal namelocation- DirectedPoint; the terminal location
 
 -