Uses of Class
jmri.TurnoutOperator
-
Packages that use TurnoutOperator Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces. -
-
Uses of TurnoutOperator in jmri
Methods in jmri that return TurnoutOperator Modifier and Type Method Description abstract TurnoutOperator
CommonTurnoutOperation. getOperator(AbstractTurnout t)
Get a TurnoutOperator instance for this operation.TurnoutOperator
NoFeedbackTurnoutOperation. getOperator(AbstractTurnout t)
Get a TurnoutOperator instance for this operation.TurnoutOperator
RawTurnoutOperation. getOperator(AbstractTurnout t)
Get a TurnoutOperator instance for this operation.TurnoutOperator
SensorTurnoutOperation. getOperator(AbstractTurnout t)
Get a TurnoutOperator instance for this operation.abstract TurnoutOperator
TurnoutOperation. getOperator(AbstractTurnout t)
Get an instance of the operator for this operation type, set up and started to do its thing in a private thread for the specified turnout. -
Uses of TurnoutOperator in jmri.implementation
Subclasses of TurnoutOperator in jmri.implementation Modifier and Type Class Description class
NoFeedbackTurnoutOperator
Concrete subclass of TurnoutOperator for a turnout that has no feedback.class
RawTurnoutOperator
Concrete subclass of TurnoutOperator for a turnout that has no feedback.class
SensorTurnoutOperator
Fields in jmri.implementation declared as TurnoutOperator Modifier and Type Field Description protected TurnoutOperator
AbstractTurnout. myOperator
Methods in jmri.implementation that return TurnoutOperator Modifier and Type Method Description TurnoutOperator
AbstractTurnout. getCurrentOperator()
protected TurnoutOperator
AbstractTurnout. getTurnoutOperator()
Find the TurnoutOperation class for this turnout, and get an instance of the corresponding operator.
-