Interface Centroid

    • Method Detail

      • getParentZone

        Zone getParentZone()
        Return the parent zone of this centroid
        Returns:
        parent zone of this centroid
      • getName

        String getName()
        The name of the centroid
        Returns:
        its name
      • setName

        void setName​(String name)
        Set the name of the centroid
        Parameters:
        name - to use
      • hasName

        default boolean hasName()
        check if a name has been set
        Returns:
        true when set, false otherwise