TOC - prev - next - javadoc tree

2.6. Segment concept

A Segment is part of a Route, which must be traversed from end-to-end.

A Segment has:

A Segment is represented by the Segment class.

A Stragegy can obtain Segment references from the Board, from a Route object, or from a Junction object. All of the above data are visible.

Junctions

When discussing a Segment or Location, the two Junctions are called the A-Junction and the B-Junction.

Length

The length of a Segment indicates what total dice-roll is needed to traverse the segment.


TOC - prev - next - javadoc tree