Package jmri.jmrit.logixng
Interface StringActionFactory
-
- All Known Implementing Classes:
StringFactory
public interface StringActionFactory
Factory class for StringActionBean classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>
getClasses()
Get a set of classes that implements the StringActionBean interface.default void
init()
Init the factory, for example create categories.
-
-
-
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 StringActionBean interface.- Returns:
- a set of entries with category and class
-
-