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 Consist
ConsistManager. 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 class
DccConsist
This is the Default DCC consist.class
NmraConsist
This 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. consistTable
Methods in jmri.implementation that return Consist Modifier and Type Method Description protected abstract Consist
AbstractConsistManager. addConsist(LocoAddress address)
Add a new Consist with the given address.Consist
DccConsistManager. addConsist(LocoAddress address)
Consist
NmraConsistManager. addConsist(LocoAddress address)
Consist
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 Consist Modifier and Type Method Description Consist
ConsistDataModel. getConsist()
Methods in jmri.jmrit.consisttool with parameters of type Consist Modifier and Type Method Description void
ConsistFile. readConsistLocoList(org.jdom2.Element consist, Consist newConsist)
void
ConsistDataModel. setConsist(Consist consist)
-
Uses of Consist in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return Consist Modifier and Type Method Description Consist
AddressPanel. 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 class
WiFiConsist
Methods in jmri.jmrit.withrottle that return Consist Modifier and Type Method Description Consist
WiFiConsistManager. addConsist(LocoAddress address)
Methods in jmri.jmrit.withrottle with parameters of type Consist Modifier and Type Method Description void
ConsistController. sendDataForConsist(Consist con)
-
Uses of Consist in jmri.jmrix.easydcc
Classes in jmri.jmrix.easydcc that implement Consist Modifier and Type Class Description class
EasyDccConsist
This 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 Consist
EasyDccConsistManager. 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 Consist
InternalConsistManager. 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 class
XNetConsist
XNetConsist.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 Consist
XNetConsistManager. 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 class
LocoNetConsist
LocoNetConsist.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 Consist
LocoNetConsistManager. 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 class
MqttConsist
This is the Consist definition for a consist on an MQTT system.Methods in jmri.jmrix.mqtt that return Consist Modifier and Type Method Description Consist
MqttConsistManager. 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 class
NceConsist
The Consist definition for a consist on an NCE system.Methods in jmri.jmrix.nce that return Consist Modifier and Type Method Description Consist
NceConsistManager. addConsist(LocoAddress locoAddress)
Add a new NceConsist with the given address to consistTable/consistListConsist
NceConsistManager. 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 Consist
JsonConsistManager. getConsist(LocoAddress address)
-