|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TurnoutOperator | |
|---|---|
| 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 | |
|---|---|
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. |
TurnoutOperator |
SensorTurnoutOperation.getOperator(AbstractTurnout t)
get a TurnoutOperator instance for this operation |
TurnoutOperator |
RawTurnoutOperation.getOperator(AbstractTurnout t)
get a TurnoutOperator instance for this operation |
TurnoutOperator |
NoFeedbackTurnoutOperation.getOperator(AbstractTurnout t)
get a TurnoutOperator instance for this operation |
abstract TurnoutOperator |
CommonTurnoutOperation.getOperator(AbstractTurnout t)
get a TurnoutOperator instance for this operation |
| Uses of TurnoutOperator in jmri.implementation |
|---|
| Subclasses of TurnoutOperator in jmri.implementation | |
|---|---|
class |
NoFeedbackTurnoutOperator
|
class |
RawTurnoutOperator
|
class |
SensorTurnoutOperator
|
| Fields in jmri.implementation declared as TurnoutOperator | |
|---|---|
protected TurnoutOperator |
AbstractTurnout.myOperator
|
| Methods in jmri.implementation that return TurnoutOperator | |
|---|---|
TurnoutOperator |
AbstractTurnout.getCurrentOperator()
|
protected TurnoutOperator |
AbstractTurnout.getTurnoutOperator()
find the TurnoutOperation class for this turnout, and get an instance of the corresponding operator Override this function if you want another way to choose the operation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||