Package org.opentrafficsim.water.network
Class StudyArea
- java.lang.Object
-
- org.opentrafficsim.water.network.StudyArea
-
- All Implemented Interfaces:
Serializable
public class StudyArea extends Object implements 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTerminal(Terminal terminal)
String
getCode()
List<Terminal>
getTerminals()
String
toString()
-
-
-
Constructor Detail
-
StudyArea
public StudyArea(String code)
- Parameters:
code
- String; code
-
-