Uses of Interface
jmri.AnalogIOManager
-
Packages that use AnalogIOManager Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrix.internal The jmrix.internal package contains a JMRI connection implementation for use without a layout.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of AnalogIOManager in jmri
Methods in jmri with parameters of type AnalogIOManager Modifier and Type Method Description static void
InstanceManager. setAnalogIOManager(AnalogIOManager p)
-
Uses of AnalogIOManager in jmri.jmrix.internal
Classes in jmri.jmrix.internal that implement AnalogIOManager Modifier and Type Class Description class
InternalAnalogIOManager
Implement a AnalogIOManager for "Internal" (virtual) AnalogIOs. -
Uses of AnalogIOManager in jmri.managers
Classes in jmri.managers that implement AnalogIOManager Modifier and Type Class Description class
AbstractAnalogIOManager
Abstract partial implementation of a AnalogIOManager.class
ProxyAnalogIOManager
Implementation of a AnalogIOManager that can serve as a proxy for multiple system-specific implementations.
-