Package jmri.jmrit.logixng
Interface DigitalExpressionFactory
- All Known Implementing Classes:
DigitalFactory,ExpressionFactory
public interface DigitalExpressionFactory
Factory class for DigitalExpressionBean classes.
-
Method Details
-
init
Init the factory, for example create categories. -
getExpressionClasses
Set<Map.Entry<Category,Class<? extends DigitalExpressionBean>>> getExpressionClasses()Get a set of classes that implements the DigitalExpressionBean interface.- Returns:
- a set of entries with category and class
-