Uses of Interface
jmri.Consist
Packages that use Consist
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
The jmrix.internal package contains a JMRI connection implementation
for use without a layout.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Provides JMRI layout objects that use MQTT connections.
-
Uses of Consist in jmri
Modifier and TypeMethodDescriptionConsistManager.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 ConsistModifier and TypeClassDescriptionclassThis is the Default DCC consist.classThis is the Default DCC consist manager installed on systems which support the command station interface.Fields in jmri.implementation with type parameters of type ConsistModifier and TypeFieldDescriptionprotected HashMap<LocoAddress,Consist> AbstractConsistManager.consistTableMethods in jmri.implementation that return ConsistModifier and TypeMethodDescriptionprotected abstract ConsistAbstractConsistManager.addConsist(LocoAddress address) Add a new Consist with the given address.DccConsistManager.addConsist(LocoAddress address) NmraConsistManager.addConsist(LocoAddress address) AbstractConsistManager.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 ConsistMethods in jmri.jmrit.consisttool with parameters of type ConsistModifier and TypeMethodDescriptionvoidConsistFile.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 ConsistModifier and TypeMethodDescriptionAddressPanel.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 ConsistMethods in jmri.jmrit.withrottle that return ConsistMethods in jmri.jmrit.withrottle with parameters of type Consist -
Uses of Consist in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement ConsistModifier and TypeClassDescriptionclassThis 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 ConsistModifier and TypeMethodDescriptionEasyDccConsistManager.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 ConsistModifier and TypeMethodDescriptionInternalConsistManager.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 ConsistModifier and TypeClassDescriptionclassXNetConsist.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 ConsistModifier and TypeMethodDescriptionXNetConsistManager.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 ConsistModifier and TypeClassDescriptionclassLocoNetConsist.java This is the Consist definition for a consist on a LocoNet system.Methods in jmri.jmrix.loconet that return ConsistModifier and TypeMethodDescriptionLocoNetConsistManager.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 ConsistModifier and TypeClassDescriptionclassThis is the Consist definition for a consist on an MQTT system.Methods in jmri.jmrix.mqtt that return ConsistModifier and TypeMethodDescriptionMqttConsistManager.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 ConsistModifier and TypeClassDescriptionclassThe Consist definition for a consist on an NCE system.Methods in jmri.jmrix.nce that return ConsistModifier and TypeMethodDescriptionNceConsistManager.addConsist(LocoAddress locoAddress) Add a new NceConsist with the given address to consistTable/consistListNceConsistManager.getConsist(LocoAddress locoAddress) -
Uses of Consist in jmri.jmrix.tmcc
Classes in jmri.jmrix.tmcc that implement ConsistModifier and TypeClassDescriptionclassThis is the Consist definition for a consist on a TMCC system.Methods in jmri.jmrix.tmcc that return ConsistModifier and TypeMethodDescriptionTmccConsistManager.addConsist(LocoAddress address) Add a new TMCC Consist with the given address to consistTable/consistList.TmccConsistManager.getConsist(LocoAddress address) Read the new TMCC Consist address. -
Uses of Consist in jmri.server.json.consist
Methods in jmri.server.json.consist that return Consist