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