Uses of Class
jmri.jmrix.oaktree.SerialTrafficController
-
Packages that use SerialTrafficController Package Description jmri.jmrix.oaktree -
-
Uses of SerialTrafficController in jmri.jmrix.oaktree
Methods in jmri.jmrix.oaktree that return SerialTrafficController Modifier and Type Method Description SerialTrafficController
OakTreeSystemConnectionMemo. getTrafficController()
Get the traffic controller instance associated with this connection memo.Methods in jmri.jmrix.oaktree with parameters of type SerialTrafficController Modifier and Type Method Description static SerialNode
SerialAddress. getNodeFromSystemName(java.lang.String systemName, SerialTrafficController tc)
Static method to parse a system name and return the Serial Node.void
OakTreeSystemConnectionMemo. setTrafficController(SerialTrafficController s)
Set the traffic controller instance associated with this connection memo.
-