Package jmri.jmrit.logixng
Interface AnalogExpressionFactory
- All Known Implementing Classes:
AnalogFactory
public interface AnalogExpressionFactory
Factory class for AnalogExpressionBean classes.
-
Method Details
-
init
Init the factory, for example create categories. -
getClasses
Set<Map.Entry<LogixNG_Category,Class<? extends Base>>> getClasses()Get a set of classes that implements the AnalogExpression interface.- Returns:
- a set of entries with category and class
-