All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.transit.raptor.api.debug.DebugTopic Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package org.opentripplanner.transit.raptor.api.debug;

public enum DebugTopic {
    /**
     * Log computed heuristic information for stops listed in the debug request stops and trip list.
     * If not stops are specified some of the first stops are listed.
     */
    HEURISTICS,

    /**
     * Log multi criteria stop arrivals statistics. Loggs avarage and total stops arrivals for each
     * stop and number of stops visited.
     */
    STOP_ARRIVALS_STATISTICS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy