Package jmri.jmrit.logixng.expressions
Class DigitalFactory
java.lang.Object
jmri.jmrit.logixng.expressions.DigitalFactory
- All Implemented Interfaces:
DigitalExpressionFactory
The factory for DigitalExpressionBean classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<Map.Entry<Category,Class<? extends DigitalExpressionBean>>> Get a set of classes that implements the DigitalExpressionBean 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.DigitalExpressionFactory
init
-
Constructor Details
-
DigitalFactory
public DigitalFactory()
-
-
Method Details
-
getExpressionClasses
Description copied from interface:DigitalExpressionFactoryGet a set of classes that implements the DigitalExpressionBean interface.- Specified by:
getExpressionClassesin interfaceDigitalExpressionFactory- Returns:
- a set of entries with category and class
-