Class 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
    • Constructor Detail

      • StudyArea

        public StudyArea​(String code)
        Parameters:
        code - String; code
    • Method Detail

      • addTerminal

        public void addTerminal​(Terminal terminal)
        Parameters:
        terminal - Terminal; terminal
      • getCode

        public String getCode()
        Returns:
        the code
      • getTerminals

        public List<Terminal> getTerminals()
        Returns:
        the terminals