Uses of Class
jmri.jmrix.grapevine.SerialTrafficController
-
Packages that use SerialTrafficController Package Description jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware. -
-
Uses of SerialTrafficController in jmri.jmrix.grapevine
Methods in jmri.jmrix.grapevine that return SerialTrafficController Modifier and Type Method Description SerialTrafficController
GrapevineSystemConnectionMemo. getTrafficController()
Get the traffic controller instance associated with this connection memo.Methods in jmri.jmrix.grapevine with parameters of type SerialTrafficController Modifier and Type Method Description static SerialNode
SerialAddress. getNodeFromSystemName(java.lang.String systemName, SerialTrafficController tc)
Public static method to parse a system name and return the Serial Node.void
GrapevineSystemConnectionMemo. setTrafficController(SerialTrafficController tc)
Set the traffic controller instance associated with this connection memo.static boolean
SerialAddress. validSystemNameConfig(java.lang.String systemName, char type, SerialTrafficController tc)
Public static method to validate system name for configuration.Constructors in jmri.jmrix.grapevine with parameters of type SerialTrafficController Constructor Description SerialNode(int address, int type, SerialTrafficController tc)
Create a new SerialNode and initialize default instance variables.SerialNode(int address, SerialTrafficController tc)
SerialNode(SerialTrafficController tc)
Assumes a node address of 1, and a node type of 0 (NODE2002V6).
-