Package jmri.jmrit.logixng.expressions
Class AnalogFactory
- java.lang.Object
-
- jmri.jmrit.logixng.expressions.AnalogFactory
-
- All Implemented Interfaces:
AnalogExpressionFactory
public class AnalogFactory extends java.lang.Object implements AnalogExpressionFactory
The factory for DigitalAction classes.
-
-
Constructor Summary
Constructors Constructor Description AnalogFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>>
getClasses()
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, wait
-
Methods inherited from interface jmri.jmrit.logixng.AnalogExpressionFactory
init
-
-
-
-
Constructor Detail
-
AnalogFactory
public AnalogFactory()
-
-
Method Detail
-
getClasses
public java.util.Set<java.util.Map.Entry<Category,java.lang.Class<? extends Base>>> getClasses()
Description copied from interface:AnalogExpressionFactory
Get a set of classes that implements the AnalogExpression interface.- Specified by:
getClasses
in interfaceAnalogExpressionFactory
- Returns:
- a set of entries with category and class
-
-