|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractNode | |
|---|---|
| jmri.jmrix | Interfaces and implementations for system-specific code. |
| jmri.jmrix.acela | This package handles communications for the CTI Acela hardware. |
| jmri.jmrix.cmri.serial | |
| Uses of AbstractNode in jmri.jmrix |
|---|
| Methods in jmri.jmrix that return AbstractNode | |
|---|---|
AbstractNode |
AbstractMRNodeTrafficController.getNode(int index)
Public method to return the Serial node with a given index Note: To cycle through all nodes, begin with index=0, and increment your index at each call. |
AbstractNode |
AbstractMRNodeTrafficController.getNodeFromAddress(int addr)
Public method to identify a SerialNode from its node address Note: 'addr' is the node address, numbered from 0. |
| Methods in jmri.jmrix with parameters of type AbstractNode | |
|---|---|
void |
AbstractMRNodeTrafficController.registerNode(AbstractNode node)
Public method to register a Serial node |
protected void |
AbstractMRNodeTrafficController.setMustInit(AbstractNode node,
boolean v)
|
| Uses of AbstractNode in jmri.jmrix.acela |
|---|
| Subclasses of AbstractNode in jmri.jmrix.acela | |
|---|---|
class |
AcelaNode
Models a Acela node. |
| Uses of AbstractNode in jmri.jmrix.cmri.serial |
|---|
| Subclasses of AbstractNode in jmri.jmrix.cmri.serial | |
|---|---|
class |
SerialNode
Models a serial C/MRI node, consisting of a (S)USIC and attached cards. |
| Methods in jmri.jmrix.cmri.serial that return AbstractNode | |
|---|---|
static AbstractNode |
SerialAddress.getNodeFromSystemName(String systemName)
Public static method to parse a C/MRI system name and return the Serial Node Note: Returns 'null' if illegal systemName format or if the node is not found |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||