Package jmri.jmrit.logix
Class TrainOrder
java.lang.Object
jmri.jmrit.logix.TrainOrder
A TrainOrder has information about a required speed change of
the warrant. This class is returned when a BlockOrder attempts
to set the warrant's path through its block.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TrainOrder.Causeprotected intprotected intprotected Stringprotected String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTrainOrder(String speedType, TrainOrder.Cause cause, int idxControl, int idxEnter, String msg) -
Method Summary
-
Field Details
-
_speedType
-
_cause
-
_idxContrlBlock
-
_idxEnterBlock
-
_message
-
-
Constructor Details
-
TrainOrder
protected TrainOrder(String speedType, TrainOrder.Cause cause, int idxControl, int idxEnter, String msg)
-
-
Method Details