Package org.opentrafficsim.water.network
Class StudyArea
- java.lang.Object
-
- org.opentrafficsim.water.network.StudyArea
-
- All Implemented Interfaces:
java.io.Serializable
public class StudyArea extends java.lang.Object implements java.io.Serializable
Copyright (c) 2013 Rijkswaterstaat - Dienst Water, Verkeer en Leefomgeving. All rights reserved.
Some parts of the software (c) 2011-2013 TU Delft, Faculty of TBM, Systems and Simulation
This software is licensed without restrictions to Nederlandse Organisatie voor Toegepast Natuurwetenschappelijk Onderzoek TNO (TNO), Erasmus University Rotterdam, Delft University of Technology, Panteia B.V., Stichting Projecten Binnenvaart, Ab Ovo Nederland B.V., Modality Software Solutions B.V., and Rijkswaterstaat - Dienst Water, Verkeer en Leefomgeving, including the right to sub-license sources and derived products to third parties.- Version:
- Sep 28, 2012
- Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StudyArea(java.lang.String code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTerminal(Terminal terminal)
java.lang.String
getCode()
java.util.List<Terminal>
getTerminals()
java.lang.String
toString()
-
-
-
Method Detail
-
addTerminal
public void addTerminal(Terminal terminal)
- Parameters:
terminal
- Terminal; terminal
-
getCode
public java.lang.String getCode()
- Returns:
- the code
-
getTerminals
public java.util.List<Terminal> getTerminals()
- Returns:
- the terminals
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- See Also:
Object.toString()
-
-