Package jmri.jmrit.logixng.actions
Class AnalogFactory
java.lang.Object
jmri.jmrit.logixng.actions.AnalogFactory
- All Implemented Interfaces:
AnalogActionFactory
The factory for AnalogAction classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<Map.Entry<LogixNG_Category,Class<? extends Base>>> Get a set of classes that implements the AnalogAction 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.AnalogActionFactory
init
-
Constructor Details
-
AnalogFactory
public AnalogFactory()
-
-
Method Details
-
getClasses
Description copied from interface:AnalogActionFactoryGet a set of classes that implements the AnalogAction interface.- Specified by:
getClassesin interfaceAnalogActionFactory- Returns:
- a set of entries with category and class
-