Interface IBuildLandPassage

  • All Superinterfaces:
    IAldermanTask
    All Known Implementing Classes:
    BuildLandPassage

    public interface IBuildLandPassage
    extends IAldermanTask
    Build a land passage between two cities.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Dec 31, 2014
    • Method Detail

      • getFromCity

        ICity getFromCity()
        Retrieve an endpoint of the passage.
        Returns:
        source city of the land bridge
      • getToCity

        ICity getToCity()
        Retrieve an endpoint of the passage.
        Returns:
        destination city of the land bridge