Interface DigitalBooleanActionFactory

    • Method Detail

      • init

        default void init()
        Init the factory, for example create categories.
      • getClasses

        java.util.Set<java.util.Map.Entry<Category,​java.lang.Class<? extends Base>>> getClasses()
        Get a set of classes that implements the DigitalBooleanAction interface.
        Returns:
        a set of entries with category and class