Class | Description |
---|---|
AbstractSourceStation |
This abstract actor models a source staton which receives a record
token.
|
AbstractStation |
This abstract actor models a Station.
|
AbstractTrack |
A model of a track in Train control systems.
|
InverseSourceStation |
This actor models reverse shape of the source station.
|
InverseStation |
This actor models the reverse shape of the station.
|
InverseTrack |
This actor extends AbstractTrack with input in east side and output in west side.
|
SourceStation |
This actor extends AbstractSourceStation.
|
Station |
This actor models a Station.
|
StationWriter |
This actor writes records,
one line at a time, to a specified file, as tab-separated list.
|
Track |
A model of a track in Train control systems.
|