Uses of Class
jmri.jmrix.acela.AcelaTrafficController
-
Packages that use AcelaTrafficController Package Description jmri.jmrix.acela This package handles communications for the CTI Acela hardware. -
-
Uses of AcelaTrafficController in jmri.jmrix.acela
Methods in jmri.jmrix.acela that return AcelaTrafficController Modifier and Type Method Description AcelaTrafficController
AcelaSystemConnectionMemo. getTrafficController()
Provides access to the TrafficController for this particular connection.Methods in jmri.jmrix.acela with parameters of type AcelaTrafficController Modifier and Type Method Description void
AcelaSystemConnectionMemo. setAcelaTrafficController(AcelaTrafficController tc)
Set the traffic controller instance associated with this connection memo.Constructors in jmri.jmrix.acela with parameters of type AcelaTrafficController Constructor Description AcelaNode(int address, int type, AcelaTrafficController tc)
Create a new AcelaNode instance and initialize default instance variables.AcelaSystemConnectionMemo(AcelaTrafficController tc)
-