Uses of Interface
jmri.Consist
-
Packages that use Consist 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.jmrit.consisttool jmri.jmrit.throttle jmri.jmrit.withrottle jmri.jmrix.easydcc jmri.jmrix.internal The jmrix.internal package contains a JMRI connection implementation for use without a layout.jmri.jmrix.lenz jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.mqtt Provides JMRI layout objects that use MQTT connections.jmri.jmrix.nce jmri.server.json.consist -
-
Uses of Consist in jmri
Methods in jmri that return Consist Modifier and Type Method Description ConsistConsistManager. getConsist(LocoAddress address)Find a Consist with this consist address, and return it. -
Uses of Consist in jmri.implementation
Classes in jmri.implementation that implement Consist Modifier and Type Class Description classDccConsistThis is the Default DCC consist.classNmraConsistThis is the Default DCC consist manager installed on systems which support the command station interface.Fields in jmri.implementation with type parameters of type Consist Modifier and Type Field Description protected java.util.HashMap<LocoAddress,Consist>AbstractConsistManager. consistTableMethods in jmri.implementation that return Consist Modifier and Type Method Description protected abstract ConsistAbstractConsistManager. addConsist(LocoAddress address)Add a new Consist with the given address.ConsistDccConsistManager. addConsist(LocoAddress address)ConsistNmraConsistManager. addConsist(LocoAddress address)ConsistAbstractConsistManager. getConsist(LocoAddress address)Find a Consist with this consist address, and return it. -
Uses of Consist in jmri.jmrit.consisttool
Methods in jmri.jmrit.consisttool that return Consist Modifier and Type Method Description ConsistConsistDataModel. getConsist()Methods in jmri.jmrit.consisttool with parameters of type Consist Modifier and Type Method Description voidConsistFile. readConsistLocoList(org.jdom2.Element consist, Consist newConsist)voidConsistDataModel. setConsist(Consist consist) -
Uses of Consist in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return Consist Modifier and Type Method Description ConsistAddressPanel. getConsistEntry()Get the selected Consist if there's one for this throttle. -
Uses of Consist in jmri.jmrit.withrottle
Classes in jmri.jmrit.withrottle that implement Consist Modifier and Type Class Description classWiFiConsistMethods in jmri.jmrit.withrottle that return Consist Modifier and Type Method Description ConsistWiFiConsistManager. addConsist(LocoAddress address)Methods in jmri.jmrit.withrottle with parameters of type Consist Modifier and Type Method Description voidConsistController. sendDataForConsist(Consist con) -
Uses of Consist in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement Consist Modifier and Type Class Description classEasyDccConsistThis is the Consist definition for a consist on an EasyDCC system. it uses the EasyDcc specific commands to build a consist.Methods in jmri.jmrix.easydcc that return Consist Modifier and Type Method Description ConsistEasyDccConsistManager. addConsist(LocoAddress address)Add a new EasyDccConsist with the given address to consistTable/consistList. -
Uses of Consist in jmri.jmrix.internal
Methods in jmri.jmrix.internal that return Consist Modifier and Type Method Description ConsistInternalConsistManager. addConsist(LocoAddress address)Add a new Consist with the given address. -
Uses of Consist in jmri.jmrix.lenz
Classes in jmri.jmrix.lenz that implement Consist Modifier and Type Class Description classXNetConsistXNetConsist.java This is the Consist definition for a consist on an XPresNet system. it uses the XpressNet specific commands to build a consist.Methods in jmri.jmrix.lenz that return Consist Modifier and Type Method Description ConsistXNetConsistManager. addConsist(LocoAddress address)Add a new XNetConsist with the given address to consistTable/consistList. -
Uses of Consist in jmri.jmrix.loconet
Classes in jmri.jmrix.loconet that implement Consist Modifier and Type Class Description classLocoNetConsistLocoNetConsist.java This is the Consist definition for a consist on a LocoNet system.Methods in jmri.jmrix.loconet that return Consist Modifier and Type Method Description ConsistLocoNetConsistManager. addConsist(LocoAddress address)Add a new LocoNetConsist with the given address to consistTable/consistList -
Uses of Consist in jmri.jmrix.mqtt
Classes in jmri.jmrix.mqtt that implement Consist Modifier and Type Class Description classMqttConsistThis is the Consist definition for a consist on an MQTT system.Methods in jmri.jmrix.mqtt that return Consist Modifier and Type Method Description ConsistMqttConsistManager. addConsist(LocoAddress address)Add a new MQTT Consist with the given address to consistTable/consistList. -
Uses of Consist in jmri.jmrix.nce
Classes in jmri.jmrix.nce that implement Consist Modifier and Type Class Description classNceConsistThe Consist definition for a consist on an NCE system.Methods in jmri.jmrix.nce that return Consist Modifier and Type Method Description ConsistNceConsistManager. addConsist(LocoAddress locoAddress)Add a new NceConsist with the given address to consistTable/consistListConsistNceConsistManager. getConsist(LocoAddress locoAddress) -
Uses of Consist in jmri.server.json.consist
Methods in jmri.server.json.consist that return Consist Modifier and Type Method Description ConsistJsonConsistManager. getConsist(LocoAddress address)
-