Uses of Class
jmri.jmrix.AbstractNode
-
Packages that use AbstractNode Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.acela This package handles communications for the CTI Acela hardware.jmri.jmrix.cmri Provides basic interfaces and certain core implementations for the JMRI C/MRI implementation.jmri.jmrix.cmri.serial Provides basic interfaces and certain core implementations for the JMRI C/MRI serial implementation.jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware.jmri.jmrix.ieee802154 jmri.jmrix.ieee802154.serialdriver jmri.jmrix.ieee802154.xbee jmri.jmrix.maple jmri.jmrix.oaktree jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware. -
-
Uses of AbstractNode in jmri.jmrix
Fields in jmri.jmrix declared as AbstractNode Modifier and Type Field Description protected AbstractNode[]
AbstractMRNodeTrafficController. nodeArray
Methods in jmri.jmrix that return AbstractNode Modifier and Type Method Description AbstractNode
AbstractMRNodeTrafficController. getNode(int index)
Get the Serial node for a given index as registered with this TrafficController.AbstractNode
AbstractMRNodeTrafficController. getNodeFromAddress(int addr)
Identify a SerialNode from its node address.Methods in jmri.jmrix with parameters of type AbstractNode Modifier and Type Method Description void
AbstractMRNodeTrafficController. registerNode(AbstractNode node)
Register a Serial node on this TrafficController.protected void
AbstractMRNodeTrafficController. setMustInit(AbstractNode node, boolean v)
-
Uses of AbstractNode in jmri.jmrix.acela
Subclasses of AbstractNode in jmri.jmrix.acela Modifier and Type Class Description class
AcelaNode
Models an Acela node. -
Uses of AbstractNode in jmri.jmrix.cmri
Methods in jmri.jmrix.cmri that return AbstractNode Modifier and Type Method Description AbstractNode
CMRISystemConnectionMemo. getNodeFromSystemName(java.lang.String systemName, SerialTrafficController tc)
Get the serial node from a C/MRI system name. -
Uses of AbstractNode in jmri.jmrix.cmri.serial
Subclasses of AbstractNode in jmri.jmrix.cmri.serial Modifier and Type Class Description class
SerialNode
Models a serial C/MRI node, consisting of a (S)USIC and attached cards. -
Uses of AbstractNode in jmri.jmrix.grapevine
Subclasses of AbstractNode in jmri.jmrix.grapevine Modifier and Type Class Description class
SerialNode
Models a serial node. -
Uses of AbstractNode in jmri.jmrix.ieee802154
Subclasses of AbstractNode in jmri.jmrix.ieee802154 Modifier and Type Class Description class
IEEE802154Node
Basic implementation of a node for IEEE 802.15.4 networks.Methods in jmri.jmrix.ieee802154 that return AbstractNode Modifier and Type Method Description AbstractNode
IEEE802154TrafficController. getNodeFromAddress(byte[] ba)
Identify a SerialNode from its node address.AbstractNode
IEEE802154TrafficController. getNodeFromAddress(int[] ia)
Identify a SerialNode from its node address Note: 'addr' is the node address.AbstractNode
IEEE802154TrafficController. getNodeFromAddress(java.lang.String addr)
Identify a SerialNode from its node address. -
Uses of AbstractNode in jmri.jmrix.ieee802154.serialdriver
Subclasses of AbstractNode in jmri.jmrix.ieee802154.serialdriver Modifier and Type Class Description class
SerialNode
Implementation of a Serial Node for IEEE 802.15.4 networks. -
Uses of AbstractNode in jmri.jmrix.ieee802154.xbee
Subclasses of AbstractNode in jmri.jmrix.ieee802154.xbee Modifier and Type Class Description class
XBeeNode
Implementation of a Node for XBee networks.Methods in jmri.jmrix.ieee802154.xbee that return AbstractNode Modifier and Type Method Description AbstractNode
XBeeTrafficController. getNodeFromName(java.lang.String Name)
Public method to identify an XBeeNode from its node identifierAbstractNode
XBeeTrafficController. getNodeFromXBeeDevice(com.digi.xbee.api.RemoteXBeeDevice device)
Public method to identify an XBeeNode from its RemoteXBeeDevice object.Methods in jmri.jmrix.ieee802154.xbee with parameters of type AbstractNode Modifier and Type Method Description void
XBeeTrafficController. registerNode(AbstractNode node)
Register a node. -
Uses of AbstractNode in jmri.jmrix.maple
Subclasses of AbstractNode in jmri.jmrix.maple Modifier and Type Class Description class
SerialNode
Models a serial node, consisting of one Maple Systems HMI touch screen panel. -
Uses of AbstractNode in jmri.jmrix.oaktree
Subclasses of AbstractNode in jmri.jmrix.oaktree Modifier and Type Class Description class
SerialNode
Models a serial node. -
Uses of AbstractNode in jmri.jmrix.secsi
Subclasses of AbstractNode in jmri.jmrix.secsi Modifier and Type Class Description class
SerialNode
Models a serial node.
-