PreBoard edges connect a TransitStop to its agency_stop_depart vertices; PreAlight edges connect an agency_stop_arrive vertex to its TransitStop. Applies the local stop rules (see TransitStop.java and LocalStopFinder.java) as well as transfer limits, timed and preferred transfer rules, transfer penalties, and boarding costs. This avoids applying these costs/rules repeatedly in (Pattern)Board edges. These are single station or station-to-station specific costs, rather than trip-pattern specific costs.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.