Interface Building


public interface Building
Represents a building in a model.
Since:
9.10.3
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Returns the name of this building.
  • Method Details

    • getName

      String getName()
      Returns the name of this building.
      Returns:
      the name of this building
      Since:
      9.10.3