Uses of Class
jmri.jmrix.loconet.SlotMapEntry
-
Packages that use SlotMapEntry Package Description jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools. -
-
Uses of SlotMapEntry in jmri.jmrix.loconet
Fields in jmri.jmrix.loconet with type parameters of type SlotMapEntry Modifier and Type Field Description (package private) java.util.List<SlotMapEntry>
LnCommandStationType. slotMap
java.util.List<SlotMapEntry>
SlotManager. slotMap
a Map of the CS slots.Methods in jmri.jmrix.loconet that return types with arguments of type SlotMapEntry Modifier and Type Method Description java.util.List<SlotMapEntry>
LnCommandStationType. getSlotMap()
Returns CS Slot Map.Method parameters in jmri.jmrix.loconet with type arguments of type SlotMapEntry Modifier and Type Method Description void
SlotManager. update(java.util.List<SlotMapEntry> inputSlotMap, int interval)
Start the process of checking each slot for contents.Constructor parameters in jmri.jmrix.loconet with type arguments of type SlotMapEntry Constructor Description ReadAllSlots_Helper(java.util.List<SlotMapEntry> inputSlotMap, int interval)
-