Uses of Class
jmri.jmrix.AbstractNode
Packages that use AbstractNode
Package
Description
Interfaces and implementations for system-specific code.
This package handles communications for the CTI Acela hardware.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI implementation.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI serial implementation.
This package handles communications for the ProTrak Grapevine hardware.
This package handles communications for the TracTronics SECSI hardware.
-
Uses of AbstractNode in jmri.jmrix
Fields in jmri.jmrix declared as AbstractNodeModifier and TypeFieldDescriptionprotected AbstractNode[]AbstractMRNodeTrafficController.nodeArrayMethods in jmri.jmrix that return AbstractNodeModifier and TypeMethodDescriptionAbstractMRNodeTrafficController.getNode(int index) Get the Serial node for a given index as registered with this TrafficController.AbstractMRNodeTrafficController.getNodeFromAddress(int addr) Identify a SerialNode from its node address.Methods in jmri.jmrix with parameters of type AbstractNodeModifier and TypeMethodDescriptionvoidAbstractMRNodeTrafficController.registerNode(AbstractNode node) Register a Serial node on this TrafficController.protected voidAbstractMRNodeTrafficController.setMustInit(AbstractNode node, boolean v) -
Uses of AbstractNode in jmri.jmrix.acela
Subclasses of AbstractNode in jmri.jmrix.acela -
Uses of AbstractNode in jmri.jmrix.cmri
Methods in jmri.jmrix.cmri that return AbstractNodeModifier and TypeMethodDescriptionCMRISystemConnectionMemo.getNodeFromSystemName(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.serialModifier and TypeClassDescriptionclassModels 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 -
Uses of AbstractNode in jmri.jmrix.ieee802154
Subclasses of AbstractNode in jmri.jmrix.ieee802154Modifier and TypeClassDescriptionclassBasic implementation of a node for IEEE 802.15.4 networks.Methods in jmri.jmrix.ieee802154 that return AbstractNodeModifier and TypeMethodDescriptionIEEE802154TrafficController.getNodeFromAddress(byte[] ba) Identify a SerialNode from its node address.IEEE802154TrafficController.getNodeFromAddress(int[] ia) Identify a SerialNode from its node address Note: 'addr' is the node address.IEEE802154TrafficController.getNodeFromAddress(String addr) Identify a SerialNode from its node address. -
Uses of AbstractNode in jmri.jmrix.ieee802154.serialdriver
Subclasses of AbstractNode in jmri.jmrix.ieee802154.serialdriverModifier and TypeClassDescriptionclassImplementation 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.xbeeMethods in jmri.jmrix.ieee802154.xbee that return AbstractNodeModifier and TypeMethodDescriptionXBeeTrafficController.getNodeFromName(String Name) Public method to identify an XBeeNode from its node identifierXBeeTrafficController.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 AbstractNodeModifier and TypeMethodDescriptionvoidXBeeTrafficController.registerNode(AbstractNode node) Register a node. -
Uses of AbstractNode in jmri.jmrix.maple
Subclasses of AbstractNode in jmri.jmrix.mapleModifier and TypeClassDescriptionclassModels 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 -
Uses of AbstractNode in jmri.jmrix.secsi
Subclasses of AbstractNode in jmri.jmrix.secsi