Uses of Interface
jmri.CabSignal
-
Packages that use CabSignal 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.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of CabSignal in jmri
Methods in jmri that return CabSignal Modifier and Type Method Description CabSignalCabSignalManager. getCabSignal(LocoAddress address)Find a CabSignal with the given address, and return it.CabSignal[]CabSignalManager. getCabSignalArray()Get an array of known cab signals. -
Uses of CabSignal in jmri.implementation
Classes in jmri.implementation that implement CabSignal Modifier and Type Class Description classDefaultCabSignalDefault implementation of a Cab Signal Object, describing the state of the track ahead relative to a locomotive with a given address. -
Uses of CabSignal in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement CabSignal Modifier and Type Class Description classCbusCabSignalCBUS implementation of a Cab Signal Object, describing the state of the track ahead relative to a locomotive with a given address.Methods in jmri.jmrix.can.cbus that return CabSignal Modifier and Type Method Description protected CabSignalCbusCabSignalManager. createCabSignal(LocoAddress address)Create a new cab signal with the given address. -
Uses of CabSignal in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement CabSignal Modifier and Type Class Description classLnCabSignalLn implementation of a Cab Signal Object, describing the state of the track ahead relative to a locomotive with a given address.Methods in jmri.jmrix.loconet that return CabSignal Modifier and Type Method Description protected CabSignalLnCabSignalManager. createCabSignal(LocoAddress address)Create a new cab signal with the given address. -
Uses of CabSignal in jmri.managers
Methods in jmri.managers that return CabSignal Modifier and Type Method Description protected abstract CabSignalAbstractCabSignalManager. createCabSignal(LocoAddress address)Create a new cab signal with the given address.protected CabSignalDefaultCabSignalManager. createCabSignal(LocoAddress address)Create a new cab signal with the given address.CabSignalAbstractCabSignalManager. getCabSignal(LocoAddress address)Find a CabSignal with the given address, and return it.CabSignal[]AbstractCabSignalManager. getCabSignalArray()Get an array of known cab signals.
-