Uses of Interface
jmri.AddressedIdTag
-
Packages that use AddressedIdTag Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools. -
-
Uses of AddressedIdTag in jmri
Subinterfaces of AddressedIdTag in jmri Modifier and Type Interface Description interface
RailCom
RailCom represents a RailCom enabled decoder that might be fitted to a specific piece of rolling stock to uniquely identify it.
RailCom is a registered trademark of Lenz GmbH. -
Uses of AddressedIdTag in jmri.implementation
Classes in jmri.implementation that implement AddressedIdTag Modifier and Type Class Description class
DefaultRailCom
Concrete implementation of theRailCom
interface. -
Uses of AddressedIdTag in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement AddressedIdTag Modifier and Type Class Description class
TranspondingTag
Concrete implementation of theIdTag
interface for the LocoNet based Transponding reports.
-