All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class busrider.BoardBuilder

java.lang.Object
   |
   +----busrider.BoardBuilder

public class BoardBuilder
extends Object
This class contains collections of junctions, routes, and segments. It is used only while building the Board, and is of no interest to the participant.

See Also:
MutableJunction, MutableRoute, MutableSegment, Junction, Route, Segment

Variable Index

junctions
The Junctions, after the board is built.
mutjuncs
The MutableJunctions, before the board is built.
mutroutes
The MutableRoutes, before the board is built.
mutsegs
The MutableSegments, before the board is built.
routes
The Routes, after the board is built.
segments
The Segments, after the board is built.

Constructor Index

BoardBuilder()

Method Index

convert()

Variables

mutjuncs
 public ItemCollection mutjuncs
The MutableJunctions, before the board is built.

mutroutes
 public ItemCollection mutroutes
The MutableRoutes, before the board is built.

mutsegs
 public Vector mutsegs
The MutableSegments, before the board is built.

junctions
 public Junction junctions[]
The Junctions, after the board is built.

routes
 public Route routes[]
The Routes, after the board is built.

segments
 public Segment segments[]
The Segments, after the board is built.

Constructors

BoardBuilder
 public BoardBuilder()

Methods

> convert
 public void convert()

All Packages  Class Hierarchy  This Package  Previous  Next  Index