Package jmri.jmrit.logixng.actions
Class AnalogFactory
- java.lang.Object
- 
- jmri.jmrit.logixng.actions.AnalogFactory
 
- 
- All Implemented Interfaces:
- AnalogActionFactory
 
 public class AnalogFactory extends java.lang.Object implements AnalogActionFactory The factory for AnalogAction classes.
- 
- 
Constructor SummaryConstructors Constructor Description AnalogFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.util.Map.Entry<LogixNG_Category,java.lang.Class<? extends Base>>>getClasses()Get a set of classes that implements the AnalogAction interface.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jmri.jmrit.logixng.AnalogActionFactoryinit
 
- 
 
- 
- 
- 
Constructor Detail- 
AnalogFactorypublic AnalogFactory() 
 
- 
 - 
Method Detail- 
getClassespublic java.util.Set<java.util.Map.Entry<LogixNG_Category,java.lang.Class<? extends Base>>> getClasses() Description copied from interface:AnalogActionFactoryGet a set of classes that implements the AnalogAction interface.- Specified by:
- getClassesin interface- AnalogActionFactory
- Returns:
- a set of entries with category and class
 
 
- 
 
-