Class SupportedIncarnations

  • All Implemented Interfaces:

    
    public final class SupportedIncarnations
    
                        

    This enum interfaces the generic components of the graphical interface with the specific incarnation details.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Set<String> getAvailableIncarnations()
      static <T, P extends Position<out P>> Optional<Incarnation<T, P>> get(String s) Fetches an incarnation whose name matches the supplied string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait