Interface Sign


public interface Sign
Interface for objects that convey information via signs/visuals. Supports localization. * @version 1.1
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getSupportedLocales

      Locale[] getSupportedLocales()
      Returns the locales supported by this sign.
    • getSignMeaning

      String getSignMeaning(Locale locale)
      Returns the localized content of the sign.