Time Table Stop

Information about a train stop in a time table.

Properties

station : Trace<RailroadStation>

The station at which the train should stop

Details
Flags RuntimeSync RuntimeParallel

Display Name

Station

Functions

getRuleSet () → ruleset : Struct<TrainDockingRuleSet>

Returns The rule set wich describe when the train will depart from the train station.

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

Get Rule Set

Return Values
Name Type Description

Rule Set ruleset

Struct<TrainDockingRuleSet>

The rule set of this time table stop.

setRuleSet (ruleset : Struct<TrainDockingRuleSet>)

Allows you to change the Rule Set of this time table stop.

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

Set Rule Set

Parameters
Name Type Description

Rule Set ruleset

Struct<TrainDockingRuleSet>

The rule set you want to use instead.