Package jmri.jmrit.withrottle
Class WiThrottleManager
- java.lang.Object
-
- jmri.jmrit.withrottle.WiThrottleManager
-
- All Implemented Interfaces:
InstanceManagerAutoDefault
public class WiThrottleManager extends java.lang.Object implements InstanceManagerAutoDefault
-
-
Constructor Summary
Constructors Constructor Description WiThrottleManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsistController
getConsistController()
FastClockController
getFastClockController()
RouteController
getRouteController()
TrackPowerController
getTrackPowerController()
TurnoutController
getTurnoutController()
-
-
-
Constructor Detail
-
WiThrottleManager
public WiThrottleManager()
-
-
Method Detail
-
getTrackPowerController
public TrackPowerController getTrackPowerController()
-
getTurnoutController
public TurnoutController getTurnoutController()
-
getRouteController
public RouteController getRouteController()
-
getConsistController
public ConsistController getConsistController()
-
getFastClockController
public FastClockController getFastClockController()
-
-