Package jmri.jmrit.logixng.expressions
Class AnalogFactory
java.lang.Object
jmri.jmrit.logixng.expressions.AnalogFactory
- All Implemented Interfaces:
AnalogExpressionFactory
The factory for DigitalAction classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<Map.Entry<LogixNG_Category,Class<? extends Base>>> Get a set of classes that implements the AnalogExpression interface.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jmri.jmrit.logixng.AnalogExpressionFactory
init
-
Constructor Details
-
AnalogFactory
public AnalogFactory()
-
-
Method Details
-
getClasses
Description copied from interface:AnalogExpressionFactoryGet a set of classes that implements the AnalogExpression interface.- Specified by:
getClassesin interfaceAnalogExpressionFactory- Returns:
- a set of entries with category and class
-